2023-11-08T02:13:30.757 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T02:13:30.758 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --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} --archive /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245 --name yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245/orig.config.yaml 2023-11-08T02:13:30.797 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T02:13:30.882 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245 branch: wip-yuri3-testing-2023-11-07-0801-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: '7451245' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-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-yuri3-testing-2023-11-07-0801-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: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-07-0801-pacific sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 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: 3886 sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-07-0801-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f targets: smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdgG4GneIbxGlNpBgdaUeKHCxetYIGr2nIMS8qITAs7aXEvkkl+YYs/IZpurmMbQoNMo/0zrA8pG6zy7xeNXH4= smithi152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP+PUC7w5iNWRZ1N+CMdjtsKwGUscfPnMx8rrde7ERonyfvlHnVdrik129g2XoIixhkagV8yYlpuzfu+fgW2s+U= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-07_19:34:21 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.3590714 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-11-08T02:13:30.883 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa; will attempt to use it 2023-11-08T02:13:30.884 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T02:13:30.884 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T02:13:30.886 INFO:teuthology.task.internal:Checking packages... 2023-11-08T02:13:30.909 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T02:13:30.909 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T02:13:30.910 INFO:teuthology.packaging:ref: None 2023-11-08T02:13:30.910 INFO:teuthology.packaging:tag: None 2023-11-08T02:13:30.911 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T02:13:30.911 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T02:13:30.911 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T02:13:31.143 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129.gcfb6fd52 2023-11-08T02:13:31.143 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T02:13:31.151 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T02:13:31.151 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T02:13:31.189 INFO:teuthology.task.internal:Saving configuration 2023-11-08T02:13:31.204 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T02:13:31.212 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T02:13:31.238 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245', '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-11-08 02:08:01.376581', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdgG4GneIbxGlNpBgdaUeKHCxetYIGr2nIMS8qITAs7aXEvkkl+YYs/IZpurmMbQoNMo/0zrA8pG6zy7xeNXH4='} 2023-11-08T02:13:31.260 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245', '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-11-08 02:08:01.377721', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP+PUC7w5iNWRZ1N+CMdjtsKwGUscfPnMx8rrde7ERonyfvlHnVdrik129g2XoIixhkagV8yYlpuzfu+fgW2s+U='} 2023-11-08T02:13:31.260 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T02:13:31.267 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-08T02:13:31.267 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-08T02:13:31.267 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T02:13:31.357 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f44c3666b80>, signals=[15]) 2023-11-08T02:13:31.358 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T02:13:31.366 INFO:teuthology.task.internal:Opening connections... 2023-11-08T02:13:31.367 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T02:13:31.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:13:31.440 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2023-11-08T02:13:31.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:13:31.510 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T02:13:31.516 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2023-11-08T02:13:31.537 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2023-11-08T02:13:31.538 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2023-11-08T02:13:31.597 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="CentOS Stream" 2023-11-08T02:13:31.598 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="8" 2023-11-08T02:13:31.598 INFO:teuthology.orchestra.run.smithi092.stdout:ID="centos" 2023-11-08T02:13:31.598 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="rhel fedora" 2023-11-08T02:13:31.598 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="8" 2023-11-08T02:13:31.598 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el8" 2023-11-08T02:13:31.599 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T02:13:31.599 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2023-11-08T02:13:31.599 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T02:13:31.599 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://centos.org/" 2023-11-08T02:13:31.599 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T02:13:31.600 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T02:13:31.600 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T02:13:31.601 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2023-11-08T02:13:31.634 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2023-11-08T02:13:31.657 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2023-11-08T02:13:31.657 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2023-11-08T02:13:31.719 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="CentOS Stream" 2023-11-08T02:13:31.840 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="8" 2023-11-08T02:13:31.840 INFO:teuthology.orchestra.run.smithi152.stdout:ID="centos" 2023-11-08T02:13:31.840 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE="rhel fedora" 2023-11-08T02:13:31.841 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="8" 2023-11-08T02:13:31.841 INFO:teuthology.orchestra.run.smithi152.stdout:PLATFORM_ID="platform:el8" 2023-11-08T02:13:31.841 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T02:13:31.842 INFO:teuthology.orchestra.run.smithi152.stdout:ANSI_COLOR="0;31" 2023-11-08T02:13:31.842 INFO:teuthology.orchestra.run.smithi152.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T02:13:31.842 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://centos.org/" 2023-11-08T02:13:31.843 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T02:13:31.843 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T02:13:31.843 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T02:13:31.844 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2023-11-08T02:13:31.867 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T02:13:31.922 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T02:13:31.959 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T02:13:31.960 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2023-11-08T02:13:31.964 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2023-11-08T02:13:31.985 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T02:13:31.994 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T02:13:31.994 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2023-11-08T02:13:32.025 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2023-11-08T02:13:32.067 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T02:13:32.120 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T02:13:32.137 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T02:13:32.138 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T02:13:32.138 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T02:13:32.139 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T02:13:32.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:13:32.159 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2023-11-08T02:13:32.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:13:32.161 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-11-08T02:13:32.220 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-489.el8.x86_64 2023-11-08T02:13:32.220 INFO:teuthology.task.kernel:Running kernel on smithi092: 4.18.0-489.el8.x86_64 2023-11-08T02:13:32.220 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2023-11-08T02:13:32.221 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-489.el8.x86_64 2023-11-08T02:13:32.222 INFO:teuthology.task.kernel:Running kernel on smithi152: 4.18.0-489.el8.x86_64 2023-11-08T02:13:32.222 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum install -y kernel 2023-11-08T02:13:42.743 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - AppStream 4.3 MB/s | 34 MB 00:07 2023-11-08T02:13:43.582 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - AppStream 3.9 MB/s | 34 MB 00:08 2023-11-08T02:30:08.252 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - BaseOS 55 kB/s | 53 MB 16:19 2023-11-08T02:30:11.066 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - BaseOS 55 kB/s | 53 MB 16:21 2023-11-08T02:30:16.326 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2023-11-08T02:30:16.876 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-11-08T02:30:17.161 INFO:teuthology.orchestra.run.smithi152.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-08T02:30:18.882 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - Extras 64 kB/s | 18 kB 00:00 2023-11-08T02:30:19.408 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-11-08T02:30:19.684 INFO:teuthology.orchestra.run.smithi092.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-11-08T02:30:20.818 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-11-08T02:30:24.618 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 391 kB/s | 24 kB 00:00 2023-11-08T02:30:28.225 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T02:30:28.225 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T02:30:28.495 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-11-08T02:30:28.496 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:30:28.496 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2023-11-08T02:30:28.496 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:30:28.496 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2023-11-08T02:30:28.497 INFO:teuthology.orchestra.run.smithi092.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T02:30:28.497 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-11-08T02:30:28.497 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T02:30:28.497 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T02:30:28.497 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:30:28.498 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-11-08T02:30:28.498 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:30:28.498 INFO:teuthology.orchestra.run.smithi092.stdout:Install 3 Packages 2023-11-08T02:30:28.498 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:30:28.499 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 89 M 2023-11-08T02:30:28.499 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 96 M 2023-11-08T02:30:28.499 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-11-08T02:30:32.653 INFO:teuthology.orchestra.run.smithi092.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 2.5 MB/s | 10 MB 00:04 2023-11-08T02:30:35.035 INFO:teuthology.orchestra.run.smithi092.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 5.6 MB/s | 36 MB 00:06 2023-11-08T02:30:36.626 INFO:teuthology.orchestra.run.smithi092.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 5.4 MB/s | 43 MB 00:08 2023-11-08T02:30:36.627 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:30:36.627 INFO:teuthology.orchestra.run.smithi092.stdout:Total 11 MB/s | 89 MB 00:08 2023-11-08T02:30:37.299 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-11-08T02:30:37.744 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-11-08T02:30:37.744 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-11-08T02:30:38.982 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-11-08T02:30:39.022 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-11-08T02:30:41.819 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-11-08T02:30:42.322 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:30:45.952 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:30:46.505 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:30:49.938 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:30:50.210 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:31:12.148 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:31:12.172 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:31:12.793 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:31:12.793 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:31:12.794 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:31:13.544 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:31:13.545 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:31:13.545 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-11-08T02:31:13.546 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T02:31:13.546 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T02:31:13.546 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:31:13.546 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-11-08T02:31:13.688 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:31:13.910 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:31:13.910 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:31:13.911 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T02:31:13.911 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T02:31:13.911 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T02:31:13.911 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T02:31:13.912 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T02:31:13.912 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:31:14.119 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:31:14.119 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:31:14.120 DEBUG:teuthology.orchestra.run.smithi092:> sudo rpm -qi grub2-tools 2023-11-08T02:31:14.154 INFO:teuthology.orchestra.run.smithi092.stdout:Name : grub2-tools 2023-11-08T02:31:14.154 INFO:teuthology.orchestra.run.smithi092.stdout:Epoch : 1 2023-11-08T02:31:14.154 INFO:teuthology.orchestra.run.smithi092.stdout:Version : 2.02 2023-11-08T02:31:14.155 INFO:teuthology.orchestra.run.smithi092.stdout:Release : 129.el8 2023-11-08T02:31:14.155 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: x86_64 2023-11-08T02:31:14.155 INFO:teuthology.orchestra.run.smithi092.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T02:31:14.155 INFO:teuthology.orchestra.run.smithi092.stdout:Group : System Environment/Base 2023-11-08T02:31:14.155 INFO:teuthology.orchestra.run.smithi092.stdout:Size : 9265586 2023-11-08T02:31:14.156 INFO:teuthology.orchestra.run.smithi092.stdout:License : GPLv3+ 2023-11-08T02:31:14.156 INFO:teuthology.orchestra.run.smithi092.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T02:31:14.156 INFO:teuthology.orchestra.run.smithi092.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T02:31:14.156 INFO:teuthology.orchestra.run.smithi092.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T02:31:14.156 INFO:teuthology.orchestra.run.smithi092.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T02:31:14.156 INFO:teuthology.orchestra.run.smithi092.stdout:Relocations : (not relocatable) 2023-11-08T02:31:14.157 INFO:teuthology.orchestra.run.smithi092.stdout:Packager : CentOS BuildSystem 2023-11-08T02:31:14.157 INFO:teuthology.orchestra.run.smithi092.stdout:Vendor : CentOS 2023-11-08T02:31:14.157 INFO:teuthology.orchestra.run.smithi092.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T02:31:14.157 INFO:teuthology.orchestra.run.smithi092.stdout:Summary : Support tools for GRUB. 2023-11-08T02:31:14.157 INFO:teuthology.orchestra.run.smithi092.stdout:Description : 2023-11-08T02:31:14.158 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:31:14.158 INFO:teuthology.orchestra.run.smithi092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T02:31:14.158 INFO:teuthology.orchestra.run.smithi092.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T02:31:14.158 INFO:teuthology.orchestra.run.smithi092.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T02:31:14.159 INFO:teuthology.orchestra.run.smithi092.stdout:hardware devices. 2023-11-08T02:31:14.159 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:31:14.159 INFO:teuthology.orchestra.run.smithi092.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T02:31:14.160 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T02:31:14.161 INFO:teuthology.task.kernel:Updating grub on smithi092 to boot 4.18.0-521.el8.x86_64 2023-11-08T02:31:14.161 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T02:31:15.749 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2023-11-08T02:31:17.707 INFO:teuthology.orchestra.run.smithi092.stderr:done 2023-11-08T02:31:17.709 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2023-11-08T02:31:17.744 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.yOofIljLk2 2023-11-08T02:31:17.745 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yOofIljLk2 2023-11-08T02:31:17.838 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.yOofIljLk2 2023-11-08T02:31:18.006 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.yOofIljLk2 is 6KB 2023-11-08T02:31:18.056 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.yOofIljLk2 2023-11-08T02:31:18.074 DEBUG:teuthology.orchestra.run.smithi092:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T02:31:18.153 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T02:31:18.154 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T02:31:18.154 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T02:31:18.155 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T02:31:18.156 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T02:31:18.333 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2023-11-08T02:31:48.337 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T02:31:48.338 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-08T02:31:48.339 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:32:06.778 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2023-11-08T02:32:15.780 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-08T02:32:15.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:32:18.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2023-11-08T02:32:30.845 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-08T02:32:30.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:32:49.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2023-11-08T02:33:04.275 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-08T02:33:04.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:33:04.729 DEBUG:teuthology.orchestra.run.smithi092:> true 2023-11-08T02:33:05.156 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-08T02:33:05.157 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-08T02:33:05.157 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2023-11-08T02:33:05.190 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-521.el8.x86_64 2023-11-08T02:33:05.190 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T02:33:05.191 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T02:33:05.191 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T02:33:06.192 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T02:33:06.192 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T02:33:06.791 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2023-11-08T02:33:06.807 DEBUG:teuthology.parallel:result is None 2023-11-08T02:33:56.099 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 75 kB/s | 16 MB 03:38 2023-11-08T02:33:59.882 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 413 kB/s | 24 kB 00:00 2023-11-08T02:34:03.448 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T02:34:03.449 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T02:34:03.734 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-11-08T02:34:03.735 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:34:03.735 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-11-08T02:34:03.735 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:34:03.735 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-11-08T02:34:03.736 INFO:teuthology.orchestra.run.smithi152.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T02:34:03.736 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-11-08T02:34:03.736 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T02:34:03.736 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T02:34:03.736 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:34:03.737 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-11-08T02:34:03.737 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:34:03.737 INFO:teuthology.orchestra.run.smithi152.stdout:Install 3 Packages 2023-11-08T02:34:03.737 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:34:03.738 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 89 M 2023-11-08T02:34:03.738 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 96 M 2023-11-08T02:34:03.738 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-11-08T02:34:04.417 INFO:teuthology.orchestra.run.smithi152.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 17 MB/s | 10 MB 00:00 2023-11-08T02:34:05.442 INFO:teuthology.orchestra.run.smithi152.stdout:(2/3): kernel-core-4.18.0-521.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2023-11-08T02:34:05.860 INFO:teuthology.orchestra.run.smithi152.stdout:(3/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2023-11-08T02:34:05.860 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:34:05.860 INFO:teuthology.orchestra.run.smithi152.stdout:Total 42 MB/s | 89 MB 00:02 2023-11-08T02:34:06.537 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-11-08T02:34:06.952 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-11-08T02:34:06.953 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-11-08T02:34:08.183 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-11-08T02:34:08.206 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-11-08T02:34:10.970 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-11-08T02:34:11.470 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:34:15.086 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:34:15.494 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:34:18.920 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:34:19.182 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:34:41.142 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:34:41.167 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:34:41.510 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:34:41.510 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:34:41.511 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:34:42.361 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:34:42.361 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:34:42.361 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-11-08T02:34:42.362 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T02:34:42.362 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T02:34:42.362 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:34:42.363 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-11-08T02:34:42.544 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:34:42.763 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:34:42.763 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:34:42.763 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T02:34:42.764 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T02:34:42.764 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T02:34:42.764 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T02:34:42.764 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi152.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T02:34:42.765 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:34:42.975 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:34:42.976 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:34:42.976 DEBUG:teuthology.orchestra.run.smithi152:> sudo rpm -qi grub2-tools 2023-11-08T02:34:43.010 INFO:teuthology.orchestra.run.smithi152.stdout:Name : grub2-tools 2023-11-08T02:34:43.010 INFO:teuthology.orchestra.run.smithi152.stdout:Epoch : 1 2023-11-08T02:34:43.011 INFO:teuthology.orchestra.run.smithi152.stdout:Version : 2.02 2023-11-08T02:34:43.011 INFO:teuthology.orchestra.run.smithi152.stdout:Release : 129.el8 2023-11-08T02:34:43.011 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: x86_64 2023-11-08T02:34:43.011 INFO:teuthology.orchestra.run.smithi152.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T02:34:43.012 INFO:teuthology.orchestra.run.smithi152.stdout:Group : System Environment/Base 2023-11-08T02:34:43.012 INFO:teuthology.orchestra.run.smithi152.stdout:Size : 9265586 2023-11-08T02:34:43.012 INFO:teuthology.orchestra.run.smithi152.stdout:License : GPLv3+ 2023-11-08T02:34:43.012 INFO:teuthology.orchestra.run.smithi152.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T02:34:43.012 INFO:teuthology.orchestra.run.smithi152.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T02:34:43.013 INFO:teuthology.orchestra.run.smithi152.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T02:34:43.013 INFO:teuthology.orchestra.run.smithi152.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T02:34:43.013 INFO:teuthology.orchestra.run.smithi152.stdout:Relocations : (not relocatable) 2023-11-08T02:34:43.013 INFO:teuthology.orchestra.run.smithi152.stdout:Packager : CentOS BuildSystem 2023-11-08T02:34:43.013 INFO:teuthology.orchestra.run.smithi152.stdout:Vendor : CentOS 2023-11-08T02:34:43.014 INFO:teuthology.orchestra.run.smithi152.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T02:34:43.014 INFO:teuthology.orchestra.run.smithi152.stdout:Summary : Support tools for GRUB. 2023-11-08T02:34:43.014 INFO:teuthology.orchestra.run.smithi152.stdout:Description : 2023-11-08T02:34:43.014 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:34:43.014 INFO:teuthology.orchestra.run.smithi152.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T02:34:43.015 INFO:teuthology.orchestra.run.smithi152.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T02:34:43.015 INFO:teuthology.orchestra.run.smithi152.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T02:34:43.015 INFO:teuthology.orchestra.run.smithi152.stdout:hardware devices. 2023-11-08T02:34:43.015 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:34:43.015 INFO:teuthology.orchestra.run.smithi152.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T02:34:43.016 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T02:34:43.016 INFO:teuthology.task.kernel:Updating grub on smithi152 to boot 4.18.0-521.el8.x86_64 2023-11-08T02:34:43.017 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T02:34:44.389 INFO:teuthology.orchestra.run.smithi152.stderr:Generating grub configuration file ... 2023-11-08T02:34:46.549 INFO:teuthology.orchestra.run.smithi152.stderr:done 2023-11-08T02:34:46.551 DEBUG:teuthology.orchestra.run.smithi152:> mktemp 2023-11-08T02:34:46.575 INFO:teuthology.orchestra.run.smithi152.stdout:/tmp/tmp.sZkATdyzaX 2023-11-08T02:34:46.577 DEBUG:teuthology.orchestra.run.smithi152:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.sZkATdyzaX 2023-11-08T02:34:46.660 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0666 /tmp/tmp.sZkATdyzaX 2023-11-08T02:34:46.820 DEBUG:teuthology.orchestra.remote:smithi152:/tmp/tmp.sZkATdyzaX is 6KB 2023-11-08T02:34:46.869 DEBUG:teuthology.orchestra.run.smithi152:> rm -fr /tmp/tmp.sZkATdyzaX 2023-11-08T02:34:46.887 DEBUG:teuthology.orchestra.run.smithi152:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T02:34:46.952 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T02:34:46.953 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T02:34:46.953 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T02:34:46.953 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T02:34:46.954 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T02:34:47.137 DEBUG:teuthology.orchestra.run.smithi152:> sudo shutdown -r now 2023-11-08T02:35:17.141 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T02:35:17.142 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-08T02:35:17.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:35:51.802 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-11-08T02:36:00.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-08T02:36:00.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:36:19.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-11-08T02:36:31.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-08T02:36:31.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:36:32.802 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-11-08T02:36:33.177 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-08T02:36:33.177 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-08T02:36:33.178 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-11-08T02:36:33.198 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-521.el8.x86_64 2023-11-08T02:36:33.198 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T02:36:33.199 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T02:36:33.199 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T02:36:34.200 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T02:36:34.201 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T02:36:34.280 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2023-11-08T02:36:34.296 DEBUG:teuthology.parallel:result is None 2023-11-08T02:36:34.297 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T02:36:34.305 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T02:36:34.305 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T02:36:34.309 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T02:36:34.329 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T02:36:34.355 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T02:36:34.388 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T02:36:34.389 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T02:36:34.392 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T02:36:34.424 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T02:36:34.431 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T02:36:34.432 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T02:36:34.462 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T02:36:34.501 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:34.504 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:34.511 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:34.515 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:34.517 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T02:36:34.524 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T02:36:34.524 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T02:36:34.559 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T02:36:34.590 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T02:36:34.599 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T02:36:34.600 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T02:36:34.633 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T02:36:34.652 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:34.742 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:34.802 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:34.854 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:34.900 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:36:34.901 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T02:36:34.973 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:35.019 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:35.066 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:35.150 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:35.193 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-08T02:36:35.194 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T02:36:35.264 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2023-11-08T02:36:35.266 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2023-11-08T02:36:35.357 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T02:36:35.378 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T02:36:35.804 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T02:36:35.814 INFO:teuthology.task.internal:Starting timer... 2023-11-08T02:36:35.814 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T02:36:35.858 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T02:36:35.891 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-08T02:36:35.892 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2023-11-08T02:36:35.980 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: 2023-11-08T02:36:35.982 DEBUG:teuthology.orchestra.run.smithi152:> sudo service auditd rotate 2023-11-08T02:36:36.046 INFO:teuthology.orchestra.run.smithi152.stdout:Rotating logs: 2023-11-08T02:36:36.048 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T02:36:36.048 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2023-11-08T02:36:36.095 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2023-11-08T02:36:36.095 DEBUG:teuthology.orchestra.run.smithi152:> /usr/sbin/getenforce 2023-11-08T02:36:36.137 INFO:teuthology.orchestra.run.smithi152.stdout:Permissive 2023-11-08T02:36:36.137 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi092.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi152.front.sepia.ceph.com': 'permissive'} 2023-11-08T02:36:36.138 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T02:36:36.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:36:36.169 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T02:36:36.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:36:36.204 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T02:36:36.205 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2023-11-08T02:36:36.246 DEBUG:teuthology.orchestra.run.smithi152:> sudo /usr/sbin/setenforce permissive 2023-11-08T02:36:36.274 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T02:36:36.284 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-08T02:36:36.285 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T02:36:36.305 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-11-08T02:36:36.306 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi092.front.sepia.ceph.com,smithi152.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T02:44:05.874 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi092.front.sepia.ceph.com'), Remote(name='ubuntu@smithi152.front.sepia.ceph.com')] 2023-11-08T02:44:05.876 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-08T02:44:05.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:44:05.947 DEBUG:teuthology.orchestra.run.smithi092:> true 2023-11-08T02:44:06.021 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-08T02:44:06.025 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-08T02:44:06.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:44:06.095 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-11-08T02:44:06.168 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-08T02:44:06.169 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T02:44:06.179 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T02:44:06.179 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T02:44:06.180 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T02:44:06.182 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T02:44:06.183 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T02:44:06.213 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T02:44:06.226 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T02:44:06.240 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T02:44:06.254 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T02:44:06.293 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2023-11-08T02:44:06.304 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2023-11-08T02:44:06.317 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T02:44:06.323 INFO:teuthology.orchestra.run.smithi152.stderr:sudo: ntpd: command not found 2023-11-08T02:44:06.330 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T02:44:06.334 INFO:teuthology.orchestra.run.smithi152.stdout:506 Cannot talk to daemon 2023-11-08T02:44:06.348 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T02:44:06.362 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T02:44:06.397 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-11-08T02:44:06.402 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T02:44:06.403 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-11-08T02:44:06.403 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.403 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.404 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.404 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.427 INFO:teuthology.orchestra.run.smithi152.stderr:bash: ntpq: command not found 2023-11-08T02:44:06.430 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T02:44:06.430 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2023-11-08T02:44:06.430 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.431 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.431 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.431 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:06.432 INFO:teuthology.run_tasks:Running task pexec... 2023-11-08T02:44:06.442 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-08T02:44:06.443 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T02:44:06.443 DEBUG:teuthology.orchestra.run.smithi092:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T02:44:06.444 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi152.front.sepia.ceph.com 2023-11-08T02:44:06.444 DEBUG:teuthology.orchestra.run.smithi152:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T02:44:07.325 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:36 ago on Wed 08 Nov 2023 02:42:31 AM UTC. 2023-11-08T02:44:07.347 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:37 ago on Wed 08 Nov 2023 02:42:30 AM UTC. 2023-11-08T02:44:09.418 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-11-08T02:44:09.419 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:44:09.419 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-11-08T02:44:09.419 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:44:09.419 INFO:teuthology.orchestra.run.smithi152.stdout:Resetting modules: 2023-11-08T02:44:09.420 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools 2023-11-08T02:44:09.420 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:44:09.420 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-11-08T02:44:09.420 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:44:09.420 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:44:09.456 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-11-08T02:44:09.457 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:44:09.457 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2023-11-08T02:44:09.457 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:44:09.458 INFO:teuthology.orchestra.run.smithi092.stdout:Resetting modules: 2023-11-08T02:44:09.458 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools 2023-11-08T02:44:09.458 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:44:09.458 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-11-08T02:44:09.459 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:44:09.459 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:44:09.677 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-11-08T02:44:09.701 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-11-08T02:44:10.616 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:39 ago on Wed 08 Nov 2023 02:42:31 AM UTC. 2023-11-08T02:44:10.658 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:40 ago on Wed 08 Nov 2023 02:42:30 AM UTC. 2023-11-08T02:44:12.722 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-11-08T02:44:12.772 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-11-08T02:44:12.896 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:44:12.896 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2023-11-08T02:44:12.897 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:44:12.897 INFO:teuthology.orchestra.run.smithi092.stdout:Installing group/module packages: 2023-11-08T02:44:12.897 INFO:teuthology.orchestra.run.smithi092.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T02:44:12.897 INFO:teuthology.orchestra.run.smithi092.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T02:44:12.897 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T02:44:12.898 INFO:teuthology.orchestra.run.smithi092.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T02:44:12.898 INFO:teuthology.orchestra.run.smithi092.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T02:44:12.898 INFO:teuthology.orchestra.run.smithi092.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T02:44:12.898 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T02:44:12.899 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T02:44:12.899 INFO:teuthology.orchestra.run.smithi092.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T02:44:12.899 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-11-08T02:44:12.899 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T02:44:12.899 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T02:44:12.900 INFO:teuthology.orchestra.run.smithi092.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T02:44:12.900 INFO:teuthology.orchestra.run.smithi092.stdout:Installing weak dependencies: 2023-11-08T02:44:12.900 INFO:teuthology.orchestra.run.smithi092.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T02:44:12.900 INFO:teuthology.orchestra.run.smithi092.stdout:Installing module profiles: 2023-11-08T02:44:12.900 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools/common 2023-11-08T02:44:12.901 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:44:12.901 INFO:teuthology.orchestra.run.smithi092.stdout:Enabling module streams: 2023-11-08T02:44:12.901 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools rhel8 2023-11-08T02:44:12.901 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:44:12.901 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-11-08T02:44:12.901 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-08T02:44:12.902 INFO:teuthology.orchestra.run.smithi092.stdout:Install 13 Packages 2023-11-08T02:44:12.902 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:44:12.903 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 27 M 2023-11-08T02:44:12.903 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 89 M 2023-11-08T02:44:12.903 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-11-08T02:44:12.946 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:44:12.947 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-11-08T02:44:12.947 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:44:12.947 INFO:teuthology.orchestra.run.smithi152.stdout:Installing group/module packages: 2023-11-08T02:44:12.947 INFO:teuthology.orchestra.run.smithi152.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T02:44:12.948 INFO:teuthology.orchestra.run.smithi152.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T02:44:12.948 INFO:teuthology.orchestra.run.smithi152.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T02:44:12.948 INFO:teuthology.orchestra.run.smithi152.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T02:44:12.948 INFO:teuthology.orchestra.run.smithi152.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T02:44:12.948 INFO:teuthology.orchestra.run.smithi152.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T02:44:12.949 INFO:teuthology.orchestra.run.smithi152.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T02:44:12.949 INFO:teuthology.orchestra.run.smithi152.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T02:44:12.949 INFO:teuthology.orchestra.run.smithi152.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T02:44:12.949 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-11-08T02:44:12.949 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T02:44:12.950 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T02:44:12.950 INFO:teuthology.orchestra.run.smithi152.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T02:44:12.950 INFO:teuthology.orchestra.run.smithi152.stdout:Installing weak dependencies: 2023-11-08T02:44:12.950 INFO:teuthology.orchestra.run.smithi152.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T02:44:12.950 INFO:teuthology.orchestra.run.smithi152.stdout:Installing module profiles: 2023-11-08T02:44:12.951 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools/common 2023-11-08T02:44:12.951 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:44:12.951 INFO:teuthology.orchestra.run.smithi152.stdout:Enabling module streams: 2023-11-08T02:44:12.951 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools rhel8 2023-11-08T02:44:12.951 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:44:12.952 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-11-08T02:44:12.952 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-08T02:44:12.952 INFO:teuthology.orchestra.run.smithi152.stdout:Install 13 Packages 2023-11-08T02:44:12.952 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:44:12.953 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 27 M 2023-11-08T02:44:12.953 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 89 M 2023-11-08T02:44:12.953 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-11-08T02:44:13.191 INFO:teuthology.orchestra.run.smithi152.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.6 MB/s | 750 kB 00:00 2023-11-08T02:44:13.224 INFO:teuthology.orchestra.run.smithi152.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.2 MB/s | 1.0 MB 00:00 2023-11-08T02:44:13.241 INFO:teuthology.orchestra.run.smithi092.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.8 MB/s | 750 kB 00:00 2023-11-08T02:44:13.250 INFO:teuthology.orchestra.run.smithi152.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2023-11-08T02:44:13.275 INFO:teuthology.orchestra.run.smithi152.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-11-08T02:44:13.291 INFO:teuthology.orchestra.run.smithi092.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.0 MB/s | 1.0 MB 00:00 2023-11-08T02:44:13.317 INFO:teuthology.orchestra.run.smithi092.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 502 kB/s | 38 kB 00:00 2023-11-08T02:44:13.317 INFO:teuthology.orchestra.run.smithi152.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 4.2 MB/s | 178 kB 00:00 2023-11-08T02:44:13.342 INFO:teuthology.orchestra.run.smithi092.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-11-08T02:44:13.383 INFO:teuthology.orchestra.run.smithi152.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 378 kB/s | 25 kB 00:00 2023-11-08T02:44:13.392 INFO:teuthology.orchestra.run.smithi092.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-11-08T02:44:13.426 INFO:teuthology.orchestra.run.smithi152.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.1 MB/s | 94 kB 00:00 2023-11-08T02:44:13.467 INFO:teuthology.orchestra.run.smithi092.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 329 kB/s | 25 kB 00:00 2023-11-08T02:44:13.518 INFO:teuthology.orchestra.run.smithi092.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-11-08T02:44:13.551 INFO:teuthology.orchestra.run.smithi152.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 13 MB/s | 3.9 MB 00:00 2023-11-08T02:44:13.576 INFO:teuthology.orchestra.run.smithi092.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 15 MB/s | 3.9 MB 00:00 2023-11-08T02:44:13.743 INFO:teuthology.orchestra.run.smithi092.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 15 MB/s | 2.5 MB 00:00 2023-11-08T02:44:13.752 INFO:teuthology.orchestra.run.smithi152.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 13 MB/s | 2.5 MB 00:00 2023-11-08T02:44:13.786 INFO:teuthology.orchestra.run.smithi092.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.2 MB/s | 53 kB 00:00 2023-11-08T02:44:13.794 INFO:teuthology.orchestra.run.smithi152.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.2 MB/s | 53 kB 00:00 2023-11-08T02:44:13.827 INFO:teuthology.orchestra.run.smithi092.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 984 kB/s | 41 kB 00:00 2023-11-08T02:44:13.835 INFO:teuthology.orchestra.run.smithi152.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 982 kB/s | 41 kB 00:00 2023-11-08T02:44:13.962 INFO:teuthology.orchestra.run.smithi092.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2023-11-08T02:44:13.962 INFO:teuthology.orchestra.run.smithi152.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 10 MB/s | 9.6 MB 00:00 2023-11-08T02:44:14.086 INFO:teuthology.orchestra.run.smithi152.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-11-08T02:44:14.087 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:44:14.087 INFO:teuthology.orchestra.run.smithi152.stdout:Total 23 MB/s | 27 MB 00:01 2023-11-08T02:44:14.355 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-11-08T02:44:14.376 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-11-08T02:44:14.376 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-11-08T02:44:14.453 INFO:teuthology.orchestra.run.smithi092.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 7.0 MB/s | 9.6 MB 00:01 2023-11-08T02:44:14.453 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:44:14.454 INFO:teuthology.orchestra.run.smithi092.stdout:Total 17 MB/s | 27 MB 00:01 2023-11-08T02:44:14.625 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-11-08T02:44:14.628 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-11-08T02:44:14.720 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-11-08T02:44:14.741 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-11-08T02:44:14.741 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-11-08T02:44:15.004 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-11-08T02:44:15.007 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-11-08T02:44:15.372 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-11-08T02:44:15.610 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T02:44:15.712 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-11-08T02:44:15.822 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T02:44:15.931 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T02:44:16.018 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T02:44:16.093 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T02:44:16.283 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:16.293 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T02:44:16.505 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:16.887 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T02:44:17.088 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T02:44:17.963 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:18.081 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:18.274 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T02:44:18.305 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T02:44:18.522 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T02:44:18.559 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T02:44:18.793 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T02:44:18.805 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T02:44:19.192 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T02:44:19.230 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T02:44:20.097 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:20.134 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:20.310 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T02:44:20.380 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T02:44:20.538 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:20.558 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:20.966 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:20.967 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T02:44:20.967 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T02:44:20.967 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T02:44:20.967 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:20.968 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T02:44:20.968 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:20.968 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T02:44:20.968 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T02:44:20.968 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T02:44:20.968 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T02:44:20.969 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:20.969 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T02:44:20.971 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:20.971 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T02:44:20.971 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T02:44:20.971 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T02:44:20.972 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:20.972 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T02:44:20.972 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:20.972 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T02:44:20.972 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T02:44:20.972 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T02:44:20.973 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T02:44:20.973 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:20.973 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T02:44:21.813 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T02:44:21.813 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:44:21.813 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-11-08T02:44:21.814 INFO:teuthology.orchestra.run.smithi092.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.814 INFO:teuthology.orchestra.run.smithi092.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.814 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:21.814 INFO:teuthology.orchestra.run.smithi092.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T02:44:21.815 INFO:teuthology.orchestra.run.smithi092.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.815 INFO:teuthology.orchestra.run.smithi092.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.815 INFO:teuthology.orchestra.run.smithi092.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:21.815 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T02:44:21.815 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T02:44:21.816 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.816 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.816 INFO:teuthology.orchestra.run.smithi092.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:21.816 INFO:teuthology.orchestra.run.smithi092.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T02:44:21.816 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:44:21.816 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-11-08T02:44:21.856 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T02:44:21.857 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:44:21.857 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-11-08T02:44:21.857 INFO:teuthology.orchestra.run.smithi152.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.857 INFO:teuthology.orchestra.run.smithi152.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.857 INFO:teuthology.orchestra.run.smithi152.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:21.858 INFO:teuthology.orchestra.run.smithi152.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T02:44:21.858 INFO:teuthology.orchestra.run.smithi152.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.858 INFO:teuthology.orchestra.run.smithi152.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.858 INFO:teuthology.orchestra.run.smithi152.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:21.858 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T02:44:21.859 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T02:44:21.859 INFO:teuthology.orchestra.run.smithi152.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.859 INFO:teuthology.orchestra.run.smithi152.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:21.859 INFO:teuthology.orchestra.run.smithi152.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:21.859 INFO:teuthology.orchestra.run.smithi152.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T02:44:21.860 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:44:21.860 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-11-08T02:44:22.094 DEBUG:teuthology.parallel:result is None 2023-11-08T02:44:22.132 DEBUG:teuthology.parallel:result is None 2023-11-08T02:44:22.133 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T02:44:22.224 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': 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f'} 2023-11-08T02:44:22.225 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2023-11-08T02:44:22.225 INFO:tasks.cephadm:Cluster fsid is b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:22.226 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T02:44:22.226 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T02:44:22.226 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi092': '172.21.15.92', 'mon.smithi152': '172.21.15.152'} 2023-11-08T02:44:22.227 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T02:44:22.227 DEBUG:teuthology.orchestra.run.smithi092:> sudo hostname $(hostname -s) 2023-11-08T02:44:22.254 DEBUG:teuthology.orchestra.run.smithi152:> sudo hostname $(hostname -s) 2023-11-08T02:44:22.282 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2023-11-08T02:44:22.283 DEBUG:teuthology.orchestra.run.smithi092:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:22.499 INFO:teuthology.orchestra.run.smithi092.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Nov 8 02:44 /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:22.499 DEBUG:teuthology.orchestra.run.smithi152:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:22.635 INFO:teuthology.orchestra.run.smithi152.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Nov 8 02:44 /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:22.635 DEBUG:teuthology.orchestra.run.smithi092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:22.654 DEBUG:teuthology.orchestra.run.smithi152:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:22.683 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /etc/ceph 2023-11-08T02:44:22.722 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /etc/ceph 2023-11-08T02:44:22.750 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 777 /etc/ceph 2023-11-08T02:44:22.789 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 777 /etc/ceph 2023-11-08T02:44:22.816 INFO:tasks.cephadm:Writing seed config... 2023-11-08T02:44:22.817 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T02:44:22.817 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T02:44:22.818 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T02:44:22.818 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T02:44:22.818 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T02:44:22.818 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T02:44:22.819 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T02:44:22.819 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T02:44:22.822 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:44:22.822 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T02:44:22.847 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 = b8d63114-7de0-11ee-8dbb-212e2dc638e7 [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-11-08T02:44:22.848 DEBUG:teuthology.orchestra.run.smithi092:mon.smithi092> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092.service 2023-11-08T02:44:22.890 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T02:44:22.890 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 --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.92 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:44:22.916 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:-- Logs begin at Wed 2023-11-08 02:32:44 UTC. -- 2023-11-08T02:44:23.047 INFO:teuthology.orchestra.run.smithi092.stderr:container_init=False 2023-11-08T02:44:23.047 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying podman|docker is present... 2023-11-08T02:44:23.047 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying lvm2 is present... 2023-11-08T02:44:23.048 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying time synchronization is in place... 2023-11-08T02:44:23.048 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled chrony.service 2023-11-08T02:44:23.053 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T02:44:23.053 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active chrony.service 2023-11-08T02:44:23.057 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout inactive 2023-11-08T02:44:23.058 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-08T02:44:23.062 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout enabled 2023-11-08T02:44:23.063 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active chronyd.service 2023-11-08T02:44:23.068 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout active 2023-11-08T02:44:23.068 INFO:teuthology.orchestra.run.smithi092.stderr:Unit chronyd.service is enabled and running 2023-11-08T02:44:23.068 INFO:teuthology.orchestra.run.smithi092.stderr:Repeating the final host check... 2023-11-08T02:44:23.068 INFO:teuthology.orchestra.run.smithi092.stderr:podman|docker (/bin/podman) is present 2023-11-08T02:44:23.069 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl is present 2023-11-08T02:44:23.069 INFO:teuthology.orchestra.run.smithi092.stderr:lvcreate is present 2023-11-08T02:44:23.069 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled chrony.service 2023-11-08T02:44:23.072 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T02:44:23.073 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active chrony.service 2023-11-08T02:44:23.077 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout inactive 2023-11-08T02:44:23.077 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-08T02:44:23.082 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout enabled 2023-11-08T02:44:23.083 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active chronyd.service 2023-11-08T02:44:23.087 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout active 2023-11-08T02:44:23.087 INFO:teuthology.orchestra.run.smithi092.stderr:Unit chronyd.service is enabled and running 2023-11-08T02:44:23.088 INFO:teuthology.orchestra.run.smithi092.stderr:Host looks OK 2023-11-08T02:44:23.088 INFO:teuthology.orchestra.run.smithi092.stderr:Cluster fsid: b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:23.090 INFO:teuthology.orchestra.run.smithi092.stderr:Acquiring lock 140453285507480 on /run/cephadm/b8d63114-7de0-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:44:23.090 INFO:teuthology.orchestra.run.smithi092.stderr:Lock 140453285507480 acquired on /run/cephadm/b8d63114-7de0-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:44:23.090 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying IP 172.21.15.92 port 3300 ... 2023-11-08T02:44:23.091 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying IP 172.21.15.92 port 6789 ... 2023-11-08T02:44:23.091 INFO:teuthology.orchestra.run.smithi092.stderr:Base mon IP is 172.21.15.92, final addrv is [v2:172.21.15.92:3300,v1:172.21.15.92:6789] 2023-11-08T02:44:23.091 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /sbin/ip route ls 2023-11-08T02:44:23.092 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.92 metric 100 2023-11-08T02:44:23.092 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.92 metric 100 2023-11-08T02:44:23.092 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /sbin/ip -6 route ls 2023-11-08T02:44:23.093 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T02:44:23.093 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-08T02:44:23.094 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1777sec hoplimit 64 pref medium 2023-11-08T02:44:23.094 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /sbin/ip -6 addr ls 2023-11-08T02:44:23.095 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T02:44:23.095 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-08T02:44:23.096 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-08T02:44:23.096 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-08T02:44:23.096 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cd45/64 scope link 2023-11-08T02:44:23.096 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-08T02:44:23.097 INFO:teuthology.orchestra.run.smithi092.stderr:Mon IP 172.21.15.92 is in CIDR network 172.21.0.0/20 2023-11-08T02:44:23.097 INFO:teuthology.orchestra.run.smithi092.stderr:Pulling container image docker.io/ceph/ceph:v15... 2023-11-08T02:44:23.097 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2023-11-08T02:44:24.467 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2023-11-08T02:44:30.995 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Getting image source signatures 2023-11-08T02:44:30.999 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2023-11-08T02:44:31.000 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-08T02:44:42.602 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-11-08T02:44:42.660 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Writing manifest to image destination 2023-11-08T02:44:42.970 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-11-08T02:44:42.981 INFO:teuthology.orchestra.run.smithi092.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T02:44:42.981 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi092 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2023-11-08T02:44:43.450 INFO:teuthology.orchestra.run.smithi092.stderr:stat: stdout 167 167 2023-11-08T02:44:43.758 INFO:teuthology.orchestra.run.smithi092.stderr:Creating initial keys... 2023-11-08T02:44:43.759 INFO:teuthology.orchestra.run.smithi092.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=smithi092 docker.io/ceph/ceph:v15 --gen-print-key 2023-11-08T02:44:44.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-authtool: stdout AQAc9kpl6Vq7ABAAk5oeaEnKVLx8kccz/QvStg== 2023-11-08T02:44:44.396 INFO:teuthology.orchestra.run.smithi092.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=smithi092 docker.io/ceph/ceph:v15 --gen-print-key 2023-11-08T02:44:44.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-authtool: stdout AQAc9kplHyB8JhAAwYIKN0bdr5YIeLAXKinFEQ== 2023-11-08T02:44:44.999 INFO:teuthology.orchestra.run.smithi092.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=smithi092 docker.io/ceph/ceph:v15 --gen-print-key 2023-11-08T02:44:45.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-authtool: stdout AQAd9kplDPReDxAAqDrat5Ax8wsdC5zISE7NEQ== 2023-11-08T02:44:45.596 INFO:teuthology.orchestra.run.smithi092.stderr:Creating initial monmap... 2023-11-08T02:44:45.596 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /tmp/ceph-tmpbg0xl967:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 --addv smithi092 [v2:172.21.15.92:3300,v1:172.21.15.92:6789] /tmp/monmap 2023-11-08T02:44:45.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T02:44:45.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:45.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T02:44:46.235 INFO:teuthology.orchestra.run.smithi092.stderr:Creating mon... 2023-11-08T02:44:46.237 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092:/var/lib/ceph/mon/ceph-smithi092:z -v /tmp/ceph-tmp8r1h79_u:/tmp/keyring:z -v /tmp/ceph-tmpbg0xl967:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi092 --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -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-11-08T02:44:46.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.523+0000 7f22d08976c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T02:44:46.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.523+0000 7f22d08976c0 1 imported monmap: 2023-11-08T02:44:46.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr epoch 0 2023-11-08T02:44:46.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:46.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr last_changed 2023-11-08T02:44:45.841411+0000 2023-11-08T02:44:46.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr created 2023-11-08T02:44:45.841411+0000 2023-11-08T02:44:46.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2023-11-08T02:44:46.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.smithi092 2023-11-08T02:44:46.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.523+0000 7f22d08976c0 0 /usr/bin/ceph-mon: set fsid to b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:46.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 0 set rocksdb option compression = kNoCompression 2023-11-08T02:44:46.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-11-08T02:44:46.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 0 set rocksdb option write_buffer_size = 33554432 2023-11-08T02:44:46.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 0 set rocksdb option compression = kNoCompression 2023-11-08T02:44:46.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-11-08T02:44:46.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 0 set rocksdb option write_buffer_size = 33554432 2023-11-08T02:44:46.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: RocksDB version: 6.1.2 2023-11-08T02:44:46.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T02:44:46.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Compile date May 26 2021 2023-11-08T02:44:46.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: DB SUMMARY 2023-11-08T02:44:46.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi092/store.db dir, Total Num: 0, files: 2023-11-08T02:44:46.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi092/store.db: 2023-11-08T02:44:46.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.error_if_exists: 0 2023-11-08T02:44:46.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.create_if_missing: 1 2023-11-08T02:44:46.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T02:44:46.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.env: 0x55be5f2501c0 2023-11-08T02:44:46.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.info_log: 0x55be60e573c0 2023-11-08T02:44:46.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T02:44:46.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.statistics: (nil) 2023-11-08T02:44:46.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.use_fsync: 0 2023-11-08T02:44:46.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T02:44:46.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T02:44:46.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T02:44:46.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T02:44:46.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T02:44:46.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T02:44:46.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T02:44:46.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T02:44:46.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T02:44:46.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T02:44:46.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T02:44:46.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.db_log_dir: 2023-11-08T02:44:46.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi092/store.db 2023-11-08T02:44:46.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T02:44:46.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T02:44:46.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T02:44:46.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T02:44:46.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T02:44:46.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T02:44:46.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T02:44:46.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T02:44:46.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T02:44:46.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.write_buffer_manager: 0x55be60e90660 2023-11-08T02:44:46.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T02:44:46.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T02:44:46.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T02:44:46.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T02:44:46.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T02:44:46.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T02:44:46.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T02:44:46.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T02:44:46.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T02:44:46.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T02:44:46.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T02:44:46.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T02:44:46.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T02:44:46.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.row_cache: None 2023-11-08T02:44:46.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.wal_filter: None 2023-11-08T02:44:46.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T02:44:46.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T02:44:46.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T02:44:46.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.two_write_queues: 0 2023-11-08T02:44:46.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T02:44:46.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.atomic_flush: 0 2023-11-08T02:44:46.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T02:44:46.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T02:44:46.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T02:44:46.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T02:44:46.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T02:44:46.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T02:44:46.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T02:44:46.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T02:44:46.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T02:44:46.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T02:44:46.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T02:44:46.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.max_open_files: -1 2023-11-08T02:44:46.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T02:44:46.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T02:44:46.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T02:44:46.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Compression algorithms supported: 2023-11-08T02:44:46.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T02:44:46.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kZSTD supported: 0 2023-11-08T02:44:46.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kXpressCompression supported: 0 2023-11-08T02:44:46.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T02:44:46.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T02:44:46.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T02:44:46.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kZlibCompression supported: 1 2023-11-08T02:44:46.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T02:44:46.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T02:44:46.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.524+0000 7f22d08976c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-11-08T02:44:46.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000001 2023-11-08T02:44:46.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-11-08T02:44:46.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T02:44:46.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.merge_operator: 2023-11-08T02:44:46.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_filter: None 2023-11-08T02:44:46.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T02:44:46.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T02:44:46.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T02:44:46.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55be60def2b0) 2023-11-08T02:44:46.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-11-08T02:44:46.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-11-08T02:44:46.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T02:44:46.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-11-08T02:44:46.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2023-11-08T02:44:46.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-11-08T02:44:46.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-11-08T02:44:46.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2023-11-08T02:44:46.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2023-11-08T02:44:46.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-11-08T02:44:46.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55be60e24510 2023-11-08T02:44:46.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-11-08T02:44:46.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2023-11-08T02:44:46.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-11-08T02:44:46.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-11-08T02:44:46.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-11-08T02:44:46.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-11-08T02:44:46.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-11-08T02:44:46.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-11-08T02:44:46.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2023-11-08T02:44:46.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-11-08T02:44:46.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-11-08T02:44:46.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-11-08T02:44:46.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-11-08T02:44:46.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-11-08T02:44:46.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-11-08T02:44:46.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T02:44:46.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-11-08T02:44:46.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-11-08T02:44:46.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-11-08T02:44:46.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2023-11-08T02:44:46.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-11-08T02:44:46.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2023-11-08T02:44:46.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T02:44:46.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T02:44:46.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compression: NoCompression 2023-11-08T02:44:46.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T02:44:46.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T02:44:46.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T02:44:46.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.num_levels: 7 2023-11-08T02:44:46.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T02:44:46.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T02:44:46.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T02:44:46.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T02:44:46.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T02:44:46.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T02:44:46.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:44:46.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T02:44:46.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T02:44:46.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T02:44:46.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T02:44:46.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T02:44:46.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:44:46.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T02:44:46.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T02:44:46.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T02:44:46.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T02:44:46.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T02:44:46.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T02:44:46.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T02:44:46.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T02:44:46.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T02:44:46.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T02:44:46.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T02:44:46.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T02:44:46.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T02:44:46.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T02:44:46.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T02:44:46.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T02:44:46.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T02:44:46.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T02:44:46.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T02:44:46.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T02:44:46.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T02:44:46.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T02:44:46.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T02:44:46.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T02:44:46.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T02:44:46.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T02:44:46.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T02:44:46.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T02:44:46.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T02:44:46.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T02:44:46.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T02:44:46.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T02:44:46.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T02:44:46.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.table_properties_collectors: 2023-11-08T02:44:46.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T02:44:46.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T02:44:46.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T02:44:46.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T02:44:46.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T02:44:46.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.bloom_locality: 0 2023-11-08T02:44:46.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T02:44:46.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T02:44:46.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T02:44:46.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T02:44:46.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T02:44:46.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.525+0000 7f22d08976c0 4 rocksdb: Options.ttl: 0 2023-11-08T02:44:46.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.526+0000 7f22d08976c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi092/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-11-08T02:44:46.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.526+0000 7f22d08976c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-11-08T02:44:46.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.526+0000 7f22d08976c0 4 rocksdb: DB pointer 0x55be61a50400 2023-11-08T02:44:46.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.526+0000 7f22b977e700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-11-08T02:44:46.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.526+0000 7f22b977e700 4 rocksdb: [db/db_impl.cc:778] 2023-11-08T02:44:46.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-11-08T02:44:46.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:44:46.612 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.612 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:44:46.612 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.613 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:44:46.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-08T02:44:46.613 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:44:46.614 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.614 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-08T02:44:46.615 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:44:46.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:44:46.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:44:46.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:44:46.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:44:46.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:44:46.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:44:46.616 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.616 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.616 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:44:46.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-08T02:44:46.617 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:44:46.618 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.618 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-08T02:44:46.619 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:44:46.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:44:46.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:44:46.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:44:46.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:44:46.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:44:46.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:44:46.620 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.620 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.621 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:44:46.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:44:46.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr 2023-11-08T02:44:46.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.528+0000 7f22d08976c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-11-08T02:44:46.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.528+0000 7f22d08976c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-11-08T02:44:46.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-08T02:44:46.528+0000 7f22d08976c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi092 for mon.smithi092 2023-11-08T02:44:46.876 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:46.880 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl disable ceph.target 2023-11-08T02:44:46.967 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl enable ceph.target 2023-11-08T02:44:46.974 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-08T02:44:47.052 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl start ceph.target 2023-11-08T02:44:47.059 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl enable ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target 2023-11-08T02:44:47.065 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target. 2023-11-08T02:44:47.065 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target. 2023-11-08T02:44:47.142 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target 2023-11-08T02:44:47.158 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl daemon-reload 2023-11-08T02:44:47.239 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092 2023-11-08T02:44:47.262 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl reset-failed ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092 2023-11-08T02:44:47.267 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Failed to reset failed state of unit ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092.service: Unit ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092.service not loaded. 2023-11-08T02:44:47.267 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl enable ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092 2023-11-08T02:44:47.273 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target.wants/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092.service → /etc/systemd/system/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T02:44:47.352 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092 2023-11-08T02:44:47.644 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T02:44:47.652 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout disabled 2023-11-08T02:44:47.653 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T02:44:47.659 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout inactive 2023-11-08T02:44:47.659 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-11-08T02:44:47.659 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T02:44:47.659 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-08T02:44:47.660 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mon to start... 2023-11-08T02:44:47.660 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mon... 2023-11-08T02:44:47.661 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092:/var/lib/ceph/mon/ceph-smithi092:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2023-11-08T02:44:47.792 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:47 smithi092 bash[136365]: 31ee0b5dc2529dd8bd544e819f322f1c5774436e4fd6b4c423abd9d3564a1ac0 2023-11-08T02:44:47.793 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:47 smithi092 systemd[1]: Started Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T02:44:48.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout cluster: 2023-11-08T02:44:48.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout id: b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:48.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-08T02:44:48.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:48.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout services: 2023-11-08T02:44:48.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi092 (age 0.450534s) 2023-11-08T02:44:48.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-08T02:44:48.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-08T02:44:48.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:48.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout data: 2023-11-08T02:44:48.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-08T02:44:48.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-08T02:44:48.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-08T02:44:48.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout pgs: 2023-11-08T02:44:48.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:48.468 INFO:teuthology.orchestra.run.smithi092.stderr:mon is available 2023-11-08T02:44:48.468 INFO:teuthology.orchestra.run.smithi092.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T02:44:48.468 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092:/var/lib/ceph/mon/ceph-smithi092:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi092/config 2023-11-08T02:44:48.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:48.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout [global] 2023-11-08T02:44:48.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout fsid = b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:48.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.92:3300,v1:172.21.15.92:6789] 2023-11-08T02:44:48.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-08T02:44:48.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-08T02:44:48.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-08T02:44:48.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-08T02:44:48.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:48.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout [mgr] 2023-11-08T02:44:48.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-08T02:44:48.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:48.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout [osd] 2023-11-08T02:44:48.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-08T02:44:48.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2023-11-08T02:44:48.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-08T02:44:49.317 INFO:teuthology.orchestra.run.smithi092.stderr:Generating new minimal ceph.conf... 2023-11-08T02:44:49.317 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092:/var/lib/ceph/mon/ceph-smithi092:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi092/config 2023-11-08T02:44:50.042 INFO:teuthology.orchestra.run.smithi092.stderr:Restarting the monitor... 2023-11-08T02:44:50.043 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl restart ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092 2023-11-08T02:44:50.292 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:50 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T02:44:50.928 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:50 smithi092 podman[136694]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon.smithi092 2023-11-08T02:44:50.928 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:50 smithi092 systemd[1]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092.service: Succeeded. 2023-11-08T02:44:50.928 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:50 smithi092 systemd[1]: Stopped Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T02:44:50.928 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:50 smithi092 systemd[1]: Starting Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T02:44:51.010 INFO:teuthology.orchestra.run.smithi092.stderr:Setting mon public_network... 2023-11-08T02:44:51.010 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2023-11-08T02:44:51.292 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:51 smithi092 bash[136767]: 12b67ac45bc8b47f42bfdb8bb2a9b4dae2bce6fb5c15e671bea505eede8ce039 2023-11-08T02:44:51.293 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 02:44:51 smithi092 systemd[1]: Started Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T02:44:51.718 INFO:teuthology.orchestra.run.smithi092.stderr:Creating mgr... 2023-11-08T02:44:51.719 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying port 9283 ... 2023-11-08T02:44:51.721 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl daemon-reload 2023-11-08T02:44:51.819 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi092.egylko 2023-11-08T02:44:51.840 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl reset-failed ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi092.egylko 2023-11-08T02:44:51.845 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Failed to reset failed state of unit ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi092.egylko.service: Unit ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi092.egylko.service not loaded. 2023-11-08T02:44:51.845 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl enable ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi092.egylko 2023-11-08T02:44:51.850 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7.target.wants/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi092.egylko.service → /etc/systemd/system/ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T02:44:51.934 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi092.egylko 2023-11-08T02:44:52.273 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T02:44:52.281 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout disabled 2023-11-08T02:44:52.281 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T02:44:52.288 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout inactive 2023-11-08T02:44:52.288 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-11-08T02:44:52.289 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T02:44:52.289 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-08T02:44:52.289 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T02:44:52.295 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout disabled 2023-11-08T02:44:52.296 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T02:44:52.302 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout inactive 2023-11-08T02:44:52.303 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-11-08T02:44:52.304 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T02:44:52.304 INFO:teuthology.orchestra.run.smithi092.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:44:52.305 INFO:teuthology.orchestra.run.smithi092.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T02:44:52.305 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mgr to start... 2023-11-08T02:44:52.306 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mgr... 2023-11-08T02:44:52.306 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-08T02:44:52.753 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:52.753 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:44:52.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsid": "b8d63114-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:44:52.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "health": { 2023-11-08T02:44:52.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T02:44:52.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T02:44:52.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T02:44:52.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:52.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T02:44:52.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T02:44:52.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 0 2023-11-08T02:44:52.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:52.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T02:44:52.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smithi092" 2023-11-08T02:44:52.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:52.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_age": 1, 2023-11-08T02:44:52.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-08T02:44:52.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:52.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-08T02:44:52.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T02:44:52.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:52.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T02:44:52.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:52.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T02:44:52.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T02:44:52.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T02:44:52.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T02:44:52.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T02:44:52.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T02:44:52.762 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:52.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T02:44:52.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T02:44:52.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T02:44:52.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T02:44:52.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T02:44:52.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T02:44:52.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T02:44:52.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T02:44:52.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T02:44:52.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:52.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T02:44:52.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:52.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T02:44:52.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T02:44:52.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:52.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T02:44:52.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available": false, 2023-11-08T02:44:52.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T02:44:52.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-08T02:44:52.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-08T02:44:52.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "restful" 2023-11-08T02:44:52.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:52.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:52.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:52.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T02:44:52.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:52.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modified": "2023-11-08T02:44:47.669766+0000", 2023-11-08T02:44:52.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:52.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:52.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T02:44:52.771 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:44:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:mgr not available, waiting (1/10)... 2023-11-08T02:44:54.118 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-08T02:44:54.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:54.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:44:54.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsid": "b8d63114-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:44:54.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "health": { 2023-11-08T02:44:54.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T02:44:54.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T02:44:54.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T02:44:54.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:54.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T02:44:54.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T02:44:54.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 0 2023-11-08T02:44:54.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:54.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T02:44:54.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smithi092" 2023-11-08T02:44:54.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:54.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_age": 3, 2023-11-08T02:44:54.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-08T02:44:54.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:54.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-08T02:44:54.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T02:44:54.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:54.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T02:44:54.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:54.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T02:44:54.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T02:44:54.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T02:44:54.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T02:44:54.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T02:44:54.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T02:44:54.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:54.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T02:44:54.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T02:44:54.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T02:44:54.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T02:44:54.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T02:44:54.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T02:44:54.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T02:44:54.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T02:44:54.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T02:44:54.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:54.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T02:44:54.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:54.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T02:44:54.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T02:44:54.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:54.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T02:44:54.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available": false, 2023-11-08T02:44:54.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T02:44:54.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-08T02:44:54.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-08T02:44:54.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "restful" 2023-11-08T02:44:54.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:54.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:54.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:54.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T02:44:54.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:54.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modified": "2023-11-08T02:44:47.669766+0000", 2023-11-08T02:44:54.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:54.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:54.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T02:44:54.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:44:54.875 INFO:teuthology.orchestra.run.smithi092.stderr:mgr not available, waiting (2/10)... 2023-11-08T02:44:55.876 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-08T02:44:56.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:56.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:44:56.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsid": "b8d63114-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:44:56.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "health": { 2023-11-08T02:44:56.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T02:44:56.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T02:44:56.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T02:44:56.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:56.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T02:44:56.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T02:44:56.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 0 2023-11-08T02:44:56.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:56.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T02:44:56.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smithi092" 2023-11-08T02:44:56.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:56.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2023-11-08T02:44:56.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-08T02:44:56.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:56.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-08T02:44:56.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T02:44:56.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:56.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T02:44:56.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:56.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T02:44:56.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T02:44:56.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T02:44:56.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T02:44:56.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T02:44:56.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T02:44:56.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:56.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T02:44:56.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T02:44:56.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T02:44:56.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T02:44:56.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T02:44:56.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T02:44:56.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T02:44:56.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T02:44:56.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T02:44:56.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:56.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T02:44:56.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:56.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T02:44:56.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T02:44:56.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:56.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T02:44:56.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available": false, 2023-11-08T02:44:56.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T02:44:56.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-08T02:44:56.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-08T02:44:56.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "restful" 2023-11-08T02:44:56.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:56.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:56.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:56.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T02:44:56.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:56.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modified": "2023-11-08T02:44:47.669766+0000", 2023-11-08T02:44:56.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:56.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:56.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T02:44:56.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:44:56.591 INFO:teuthology.orchestra.run.smithi092.stderr:mgr not available, waiting (3/10)... 2023-11-08T02:44:57.592 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-08T02:44:58.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 2023-11-08T02:44:58.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:44:58.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsid": "b8d63114-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:44:58.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "health": { 2023-11-08T02:44:58.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T02:44:58.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T02:44:58.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T02:44:58.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:58.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T02:44:58.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T02:44:58.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 0 2023-11-08T02:44:58.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:58.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T02:44:58.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smithi092" 2023-11-08T02:44:58.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:58.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2023-11-08T02:44:58.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-08T02:44:58.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:58.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-08T02:44:58.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T02:44:58.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:58.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T02:44:58.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:58.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T02:44:58.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T02:44:58.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T02:44:58.132 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T02:44:58.132 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T02:44:58.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T02:44:58.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:58.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T02:44:58.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T02:44:58.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T02:44:58.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T02:44:58.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T02:44:58.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T02:44:58.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T02:44:58.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T02:44:58.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T02:44:58.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:58.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T02:44:58.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:58.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T02:44:58.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T02:44:58.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:58.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T02:44:58.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available": true, 2023-11-08T02:44:58.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T02:44:58.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-08T02:44:58.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-08T02:44:58.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "restful" 2023-11-08T02:44:58.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:44:58.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:58.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:58.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T02:44:58.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T02:44:58.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modified": "2023-11-08T02:44:47.669766+0000", 2023-11-08T02:44:58.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-08T02:44:58.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:44:58.139 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T02:44:58.139 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:44:58.465 INFO:teuthology.orchestra.run.smithi092.stderr:mgr is available 2023-11-08T02:44:58.466 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2023-11-08T02:44:59.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2023-11-08T02:44:59.339 INFO:teuthology.orchestra.run.smithi092.stderr:Enabling cephadm module... 2023-11-08T02:44:59.340 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2023-11-08T02:45:00.357 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-11-08T02:45:00.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:00.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 5, 2023-11-08T02:45:00.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2023-11-08T02:45:00.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_name": "smithi092.egylko", 2023-11-08T02:45:00.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-11-08T02:45:00.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-08T02:45:00.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:00.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-08T02:45:00.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:6800", 2023-11-08T02:45:00.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 1657309471 2023-11-08T02:45:00.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:00.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:00.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-11-08T02:45:00.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:6801", 2023-11-08T02:45:00.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 1657309471 2023-11-08T02:45:00.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:00.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:00.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:00.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.92:6801/1657309471", 2023-11-08T02:45:00.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_change": "2023-11-08T02:44:55.946102+0000", 2023-11-08T02:45:00.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-11-08T02:45:00.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available": true, 2023-11-08T02:45:00.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-11-08T02:45:00.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-08T02:45:00.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-08T02:45:00.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-08T02:45:00.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "restful" 2023-11-08T02:45:00.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:00.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-11-08T02:45:00.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-11-08T02:45:01.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:01.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:01.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:01.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-11-08T02:45:01.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-11-08T02:45:01.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-11-08T02:45:01.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-11-08T02:45:01.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-11-08T02:45:01.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-11-08T02:45:01.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-11-08T02:45:01.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-11-08T02:45:01.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-11-08T02:45:01.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-11-08T02:45:01.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-11-08T02:45:01.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-11-08T02:45:01.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-11-08T02:45:01.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-11-08T02:45:01.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-11-08T02:45:01.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-11-08T02:45:01.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-11-08T02:45:01.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-11-08T02:45:01.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-11-08T02:45:01.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-11-08T02:45:01.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-11-08T02:45:01.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-11-08T02:45:01.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-11-08T02:45:01.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-11-08T02:45:01.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-11-08T02:45:01.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-11-08T02:45:01.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-11-08T02:45:01.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-11-08T02:45:01.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active": { 2023-11-08T02:45:01.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "active", 2023-11-08T02:45:01.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-11-08T02:45:01.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-11-08T02:45:01.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-11-08T02:45:01.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-11-08T02:45:01.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-11-08T02:45:01.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-08T02:45:01.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-11-08T02:45:01.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-11-08T02:45:01.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:01.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-08T02:45:01.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-08T02:45:01.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-08T02:45:01.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-11-08T02:45:01.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-08T02:45:01.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-11-08T02:45:01.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-11-08T02:45:01.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:01.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-11-08T02:45:01.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-08T02:45:01.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "250", 2023-11-08T02:45:01.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-11-08T02:45:01.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-11-08T02:45:01.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-11-08T02:45:01.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-11-08T02:45:01.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-11-08T02:45:01.264 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:45:01.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-11-08T02:45:01.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-11-08T02:45:01.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-08T02:45:01.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-11-08T02:45:01.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-11-08T02:45:01.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-11-08T02:45:01.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-11-08T02:45:01.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-11-08T02:45:01.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "end_time": { 2023-11-08T02:45:01.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-11-08T02:45:01.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-11-08T02:45:01.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-11-08T02:45:01.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-08T02:45:01.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-11-08T02:45:01.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-11-08T02:45:01.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:01.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-08T02:45:01.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-08T02:45:01.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-08T02:45:01.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-11-08T02:45:01.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-08T02:45:01.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_score": { 2023-11-08T02:45:01.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-11-08T02:45:01.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-08T02:45:01.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-08T02:45:01.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-11-08T02:45:01.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-08T02:45:01.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-08T02:45:01.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-11-08T02:45:01.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-11-08T02:45:01.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "none", 2023-11-08T02:45:01.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "upmap" 2023-11-08T02:45:01.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-11-08T02:45:01.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-11-08T02:45:01.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-11-08T02:45:01.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-11-08T02:45:01.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:01.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:01.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:01.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-11-08T02:45:01.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-11-08T02:45:01.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-11-08T02:45:01.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:01.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-08T02:45:01.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-11-08T02:45:01.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-11-08T02:45:01.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-11-08T02:45:01.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-11-08T02:45:01.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:01.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:01.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-11-08T02:45:01.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-11-08T02:45:01.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-11-08T02:45:01.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-11-08T02:45:01.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-11-08T02:45:01.307 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:45:01.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-11-08T02:45:01.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-11-08T02:45:01.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-11-08T02:45:01.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-11-08T02:45:01.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-11-08T02:45:01.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-11-08T02:45:01.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:01.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-11-08T02:45:01.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-11-08T02:45:01.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-11-08T02:45:01.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.315 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.315 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-11-08T02:45:01.315 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.315 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.315 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.316 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.316 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-11-08T02:45:01.316 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-11-08T02:45:01.316 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.316 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.316 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.317 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-11-08T02:45:01.317 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.317 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.317 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.317 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:01.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-11-08T02:45:01.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-11-08T02:45:01.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-11-08T02:45:01.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:01.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-11-08T02:45:01.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-11-08T02:45:01.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-11-08T02:45:01.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:01.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_init": { 2023-11-08T02:45:01.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-11-08T02:45:01.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-11-08T02:45:01.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-11-08T02:45:01.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-11-08T02:45:01.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:01.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-11-08T02:45:01.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-11-08T02:45:01.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-11-08T02:45:01.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-11-08T02:45:01.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-11-08T02:45:01.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-11-08T02:45:01.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-11-08T02:45:01.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:01.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-11-08T02:45:01.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-11-08T02:45:01.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-11-08T02:45:01.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:01.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-11-08T02:45:01.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-11-08T02:45:01.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-11-08T02:45:01.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-11-08T02:45:01.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-11-08T02:45:01.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-11-08T02:45:01.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-11-08T02:45:01.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-11-08T02:45:01.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-08T02:45:01.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-08T02:45:01.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-11-08T02:45:01.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-11-08T02:45:01.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "root" 2023-11-08T02:45:01.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-11-08T02:45:01.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-11-08T02:45:01.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-11-08T02:45:01.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-11-08T02:45:01.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-11-08T02:45:01.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-11-08T02:45:01.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-11-08T02:45:01.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-11-08T02:45:01.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-11-08T02:45:01.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-11-08T02:45:01.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-11-08T02:45:01.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-11-08T02:45:01.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-11-08T02:45:01.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-11-08T02:45:01.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-11-08T02:45:01.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-11-08T02:45:01.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-11-08T02:45:01.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-11-08T02:45:01.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-11-08T02:45:01.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-11-08T02:45:01.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-11-08T02:45:01.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-11-08T02:45:01.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-11-08T02:45:01.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-11-08T02:45:01.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-11-08T02:45:01.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-11-08T02:45:01.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-11-08T02:45:01.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-11-08T02:45:01.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-11-08T02:45:01.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-11-08T02:45:01.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-11-08T02:45:01.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-11-08T02:45:01.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-11-08T02:45:01.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-11-08T02:45:01.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-11-08T02:45:01.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-11-08T02:45:01.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-11-08T02:45:01.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-11-08T02:45:01.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-11-08T02:45:01.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-11-08T02:45:01.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-11-08T02:45:01.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:01.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-11-08T02:45:01.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-11-08T02:45:01.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-11-08T02:45:01.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-11-08T02:45:01.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-11-08T02:45:01.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-11-08T02:45:01.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-11-08T02:45:01.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-11-08T02:45:01.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-11-08T02:45:01.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-11-08T02:45:01.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-11-08T02:45:01.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-11-08T02:45:01.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-11-08T02:45:01.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-11-08T02:45:01.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-11-08T02:45:01.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-11-08T02:45:01.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-11-08T02:45:01.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-11-08T02:45:01.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-11-08T02:45:01.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-11-08T02:45:01.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-11-08T02:45:01.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-11-08T02:45:01.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-11-08T02:45:01.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-11-08T02:45:01.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-11-08T02:45:01.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-11-08T02:45:01.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-08T02:45:01.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.443 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-11-08T02:45:01.443 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-11-08T02:45:01.443 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.443 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.443 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.443 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-11-08T02:45:01.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-11-08T02:45:01.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-11-08T02:45:01.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-11-08T02:45:01.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-08T02:45:01.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-11-08T02:45:01.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-11-08T02:45:01.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-11-08T02:45:01.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-11-08T02:45:01.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-11-08T02:45:01.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-11-08T02:45:01.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-11-08T02:45:01.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-11-08T02:45:01.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-11-08T02:45:01.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-11-08T02:45:01.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-11-08T02:45:01.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-11-08T02:45:01.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-11-08T02:45:01.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-11-08T02:45:01.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-11-08T02:45:01.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-11-08T02:45:01.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-11-08T02:45:01.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-11-08T02:45:01.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-11-08T02:45:01.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-11-08T02:45:01.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-11-08T02:45:01.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-11-08T02:45:01.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-11-08T02:45:01.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-11-08T02:45:01.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-11-08T02:45:01.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-11-08T02:45:01.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-11-08T02:45:01.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-11-08T02:45:01.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-11-08T02:45:01.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-11-08T02:45:01.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-11-08T02:45:01.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:01.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-11-08T02:45:01.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-11-08T02:45:01.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-11-08T02:45:01.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-11-08T02:45:01.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-11-08T02:45:01.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-11-08T02:45:01.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-11-08T02:45:01.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-11-08T02:45:01.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-11-08T02:45:01.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-11-08T02:45:01.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-08T02:45:01.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-11-08T02:45:01.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-11-08T02:45:01.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-11-08T02:45:01.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-11-08T02:45:01.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-11-08T02:45:01.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-11-08T02:45:01.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-11-08T02:45:01.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-11-08T02:45:01.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-11-08T02:45:01.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-11-08T02:45:01.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-11-08T02:45:01.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-11-08T02:45:01.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-11-08T02:45:01.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-11-08T02:45:01.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-11-08T02:45:01.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-11-08T02:45:01.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-08T02:45:01.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-11-08T02:45:01.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-11-08T02:45:01.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:01.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-11-08T02:45:01.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-11-08T02:45:01.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:01.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-11-08T02:45:01.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-11-08T02:45:01.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug": { 2023-11-08T02:45:01.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-11-08T02:45:01.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-11-08T02:45:01.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-11-08T02:45:01.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-11-08T02:45:01.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-11-08T02:45:01.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-08T02:45:01.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-08T02:45:01.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-08T02:45:01.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-08T02:45:01.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-11-08T02:45:01.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-08T02:45:01.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-08T02:45:01.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-11-08T02:45:01.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-08T02:45:01.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-08T02:45:01.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-11-08T02:45:01.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-11-08T02:45:01.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-11-08T02:45:01.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-11-08T02:45:01.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-11-08T02:45:01.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-11-08T02:45:01.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "redirect" 2023-11-08T02:45:01.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-11-08T02:45:01.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-11-08T02:45:01.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-11-08T02:45:01.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "400", 2023-11-08T02:45:01.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "599", 2023-11-08T02:45:01.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-11-08T02:45:01.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-11-08T02:45:01.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-11-08T02:45:01.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-11-08T02:45:01.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-11-08T02:45:01.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-11-08T02:45:01.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-11-08T02:45:01.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-11-08T02:45:01.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-11-08T02:45:01.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-11-08T02:45:01.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-11-08T02:45:01.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-11-08T02:45:01.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-11-08T02:45:01.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-11-08T02:45:01.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-11-08T02:45:01.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-11-08T02:45:01.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-11-08T02:45:01.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-11-08T02:45:01.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-11-08T02:45:01.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-11-08T02:45:01.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-08T02:45:01.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-11-08T02:45:01.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-11-08T02:45:01.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-11-08T02:45:01.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-11-08T02:45:01.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:01.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:01.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:01.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-11-08T02:45:01.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-11-08T02:45:01.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-11-08T02:45:01.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-11-08T02:45:01.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-11-08T02:45:01.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-11-08T02:45:01.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-11-08T02:45:01.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-11-08T02:45:01.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-08T02:45:01.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-11-08T02:45:01.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-11-08T02:45:01.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-11-08T02:45:01.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:01.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:01.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:01.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-11-08T02:45:01.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-11-08T02:45:01.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-11-08T02:45:01.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-11-08T02:45:01.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-11-08T02:45:01.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-11-08T02:45:01.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "database": { 2023-11-08T02:45:01.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "database", 2023-11-08T02:45:01.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-11-08T02:45:01.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "hostname": { 2023-11-08T02:45:01.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-11-08T02:45:01.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:01.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:01.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-11-08T02:45:01.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "password": { 2023-11-08T02:45:01.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "password", 2023-11-08T02:45:01.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "port": { 2023-11-08T02:45:01.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "port", 2023-11-08T02:45:01.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-11-08T02:45:01.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-08T02:45:01.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-08T02:45:01.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-11-08T02:45:01.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "threads": { 2023-11-08T02:45:01.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-11-08T02:45:01.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:01.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "username": { 2023-11-08T02:45:01.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "username", 2023-11-08T02:45:01.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-11-08T02:45:01.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-11-08T02:45:01.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-11-08T02:45:01.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-11-08T02:45:01.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-11-08T02:45:01.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.812 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.812 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-11-08T02:45:01.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-11-08T02:45:01.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-11-08T02:45:01.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-08T02:45:01.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-11-08T02:45:01.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-11-08T02:45:01.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-11-08T02:45:01.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:01.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "10", 2023-11-08T02:45:01.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-11-08T02:45:01.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-11-08T02:45:01.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-11-08T02:45:01.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-11-08T02:45:01.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-11-08T02:45:01.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-11-08T02:45:01.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_size": { 2023-11-08T02:45:01.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-11-08T02:45:01.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-11-08T02:45:01.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-11-08T02:45:01.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-11-08T02:45:01.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-11-08T02:45:01.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-11-08T02:45:01.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-11-08T02:45:01.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-11-08T02:45:01.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-11-08T02:45:01.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-11-08T02:45:01.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "prefix": { 2023-11-08T02:45:01.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-11-08T02:45:01.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-11-08T02:45:01.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "subtree": { 2023-11-08T02:45:01.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-11-08T02:45:01.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-11-08T02:45:01.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-11-08T02:45:01.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-08T02:45:01.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-11-08T02:45:01.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-08T02:45:01.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:01.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-08T02:45:01.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rook", 2023-11-08T02:45:01.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-11-08T02:45:01.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-11-08T02:45:01.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-11-08T02:45:01.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-11-08T02:45:01.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:01.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:01.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:01.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-11-08T02:45:01.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-08T02:45:01.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-08T02:45:01.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:01.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.932 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-11-08T02:45:01.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-11-08T02:45:01.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-11-08T02:45:01.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-11-08T02:45:01.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-11-08T02:45:01.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-11-08T02:45:01.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:01.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:01.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-11-08T02:45:01.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-11-08T02:45:01.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-11-08T02:45:01.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-11-08T02:45:01.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-11-08T02:45:01.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-11-08T02:45:01.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-11-08T02:45:01.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-11-08T02:45:01.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-11-08T02:45:01.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.967 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-08T02:45:01.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-08T02:45:01.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-08T02:45:01.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-08T02:45:01.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-11-08T02:45:01.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-11-08T02:45:01.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:01.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:01.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-11-08T02:45:01.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:01.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:01.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:01.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:01.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:01.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:01.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:01.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:01.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:01.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:01.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:01.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:01.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:01.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:01.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:01.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:01.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:01.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:01.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:01.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:01.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:01.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:01.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:01.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-11-08T02:45:01.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-11-08T02:45:01.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:01.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:01.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-11-08T02:45:01.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-11-08T02:45:01.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:01.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:01.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:01.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:01.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:01.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:01.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:01.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:01.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:01.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:01.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-11-08T02:45:01.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-11-08T02:45:01.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:01.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:01.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-11-08T02:45:02.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-08T02:45:02.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-08T02:45:02.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-08T02:45:02.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-08T02:45:02.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-08T02:45:02.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-08T02:45:02.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-11-08T02:45:02.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-11-08T02:45:02.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "roption1": { 2023-11-08T02:45:02.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-11-08T02:45:02.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "roption2": { 2023-11-08T02:45:02.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-11-08T02:45:02.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-11-08T02:45:02.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-11-08T02:45:02.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-11-08T02:45:02.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-11-08T02:45:02.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-11-08T02:45:02.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:02.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-11-08T02:45:02.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-11-08T02:45:02.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-08T02:45:02.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-11-08T02:45:02.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-11-08T02:45:02.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-11-08T02:45:02.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-11-08T02:45:02.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-11-08T02:45:02.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-11-08T02:45:02.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:02.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "testkey": { 2023-11-08T02:45:02.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-11-08T02:45:02.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-11-08T02:45:02.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-11-08T02:45:02.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-11-08T02:45:02.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-11-08T02:45:02.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "status", 2023-11-08T02:45:02.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-11-08T02:45:02.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "address": { 2023-11-08T02:45:02.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "address", 2023-11-08T02:45:02.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-11-08T02:45:02.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:02.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:02.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:02.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-11-08T02:45:02.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-11-08T02:45:02.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-11-08T02:45:02.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-11-08T02:45:02.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:02.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-11-08T02:45:02.123 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.123 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.123 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.123 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.123 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-11-08T02:45:02.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-11-08T02:45:02.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.124 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:02.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.125 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-11-08T02:45:02.126 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-11-08T02:45:02.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:02.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.127 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.128 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-11-08T02:45:02.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-11-08T02:45:02.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.129 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.130 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.130 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.130 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.130 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.130 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.131 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.131 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.131 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.131 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.131 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "contact": { 2023-11-08T02:45:02.132 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-11-08T02:45:02.132 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.132 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.132 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.132 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:02.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.133 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "description": { 2023-11-08T02:45:02.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "description", 2023-11-08T02:45:02.134 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:02.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.135 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.136 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "device_url": { 2023-11-08T02:45:02.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-11-08T02:45:02.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.137 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-11-08T02:45:02.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.138 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.139 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.139 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.139 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.139 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.139 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.140 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-08T02:45:02.140 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-08T02:45:02.140 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.140 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.140 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.141 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.141 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.141 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.141 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.141 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.141 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.142 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.142 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.142 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.142 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:02.142 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:02.143 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:02.143 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.143 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.143 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-11-08T02:45:02.143 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "8", 2023-11-08T02:45:02.144 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.144 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.144 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.144 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.144 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.145 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.145 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.145 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-11-08T02:45:02.145 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-11-08T02:45:02.145 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:02.146 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.146 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.146 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-11-08T02:45:02.146 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.147 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.147 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.147 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.147 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.147 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.148 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.148 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.148 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-11-08T02:45:02.148 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-11-08T02:45:02.148 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.149 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.149 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.149 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.149 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.149 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.150 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.150 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.150 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.150 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.150 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.151 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.151 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.151 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.151 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.152 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.152 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.152 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.152 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.152 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.152 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.153 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.153 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.153 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.153 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.153 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.154 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.154 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.154 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.154 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.154 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.155 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.155 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.155 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.155 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.155 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.156 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.156 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.156 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.156 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.156 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.156 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.157 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.157 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.157 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.157 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.157 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.158 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.158 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.158 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.158 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.158 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.159 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.159 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.159 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.159 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.159 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.160 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.160 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.160 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.160 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.160 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.160 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.162 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.162 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.162 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.162 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.162 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.163 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.163 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.163 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.163 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.163 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.163 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.164 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.164 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.164 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.164 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "organization": { 2023-11-08T02:45:02.164 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-11-08T02:45:02.165 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.165 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.165 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.165 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:02.165 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.166 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.166 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.166 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.166 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.166 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.167 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.167 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.167 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "proxy": { 2023-11-08T02:45:02.167 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-11-08T02:45:02.167 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.168 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.168 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.168 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:02.168 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.168 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.169 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.169 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.169 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.169 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.169 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.169 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.170 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "url": { 2023-11-08T02:45:02.170 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "url", 2023-11-08T02:45:02.170 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.170 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.171 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.171 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-11-08T02:45:02.171 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.171 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.171 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.172 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.172 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.172 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.172 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.172 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.172 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.173 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.173 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.173 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-11-08T02:45:02.173 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.174 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.174 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.174 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.174 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.174 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.174 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.175 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.175 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.175 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.175 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.175 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.176 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.176 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.176 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.176 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.176 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.177 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.177 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.177 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.177 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.177 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.178 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.178 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.178 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.178 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.178 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.179 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.179 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.179 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.179 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.179 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.180 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.180 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.180 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.180 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.180 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.181 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.181 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.181 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.181 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.181 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.182 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.182 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.182 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.182 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.182 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.183 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.183 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.183 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.183 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.183 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.183 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.184 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.184 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.184 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.184 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.184 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.185 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.185 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.185 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.185 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.185 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.185 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.186 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.186 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.186 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.186 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.187 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.187 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.187 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.187 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.187 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.187 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.188 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.188 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.188 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-11-08T02:45:02.188 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.188 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.189 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.189 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.189 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.189 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.189 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.190 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.190 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.191 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.191 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.191 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.191 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.191 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.192 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.192 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.192 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.192 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.192 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.192 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.193 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.193 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.193 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.193 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.193 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.199 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.199 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.199 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.199 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.199 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.203 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.203 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.203 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-11-08T02:45:02.203 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-11-08T02:45:02.203 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:02.204 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.204 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.204 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-11-08T02:45:02.204 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.204 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-11-08T02:45:02.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-11-08T02:45:02.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:02.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:02.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:02.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-11-08T02:45:02.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-11-08T02:45:02.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-11-08T02:45:02.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "identifier": { 2023-11-08T02:45:02.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-11-08T02:45:02.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:02.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:02.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:02.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:02.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:02.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:02.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:02.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:02.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:02.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:02.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:02.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:02.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:02.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:02.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:02.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:02.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:02.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:02.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:02.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:02.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:02.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:02.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:02.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:02.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-11-08T02:45:02.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-11-08T02:45:02.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:02.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-11-08T02:45:02.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-11-08T02:45:02.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:02.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-11-08T02:45:02.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-11-08T02:45:02.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-11-08T02:45:02.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:02.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:02.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:02.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-11-08T02:45:02.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:02.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:02.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:02.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:02.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:02.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:02.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:02.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": {}, 2023-11-08T02:45:02.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-11-08T02:45:02.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-11-08T02:45:02.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-08T02:45:02.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crash", 2023-11-08T02:45:02.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-08T02:45:02.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-11-08T02:45:02.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress", 2023-11-08T02:45:02.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-08T02:45:02.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status", 2023-11-08T02:45:02.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-08T02:45:02.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-11-08T02:45:02.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-08T02:45:02.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crash", 2023-11-08T02:45:02.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-08T02:45:02.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-11-08T02:45:02.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-11-08T02:45:02.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress", 2023-11-08T02:45:02.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-08T02:45:02.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status", 2023-11-08T02:45:02.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "telemetry", 2023-11-08T02:45:02.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-08T02:45:02.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:02.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2023-11-08T02:45:02.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-11-08T02:45:02.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-08T02:45:02.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-08T02:45:02.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:0", 2023-11-08T02:45:02.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 3984541664 2023-11-08T02:45:02.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:02.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:02.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-08T02:45:02.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:02.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-08T02:45:02.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:0", 2023-11-08T02:45:02.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 2377481005 2023-11-08T02:45:02.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:02.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:02.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:02.246 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for the mgr to restart... 2023-11-08T02:45:02.247 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for Mgr epoch 5... 2023-11-08T02:45:02.247 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-11-08T02:45:04.809 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:04.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-08T02:45:04.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "initialized": true 2023-11-08T02:45:04.811 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:05.213 INFO:teuthology.orchestra.run.smithi092.stderr:Mgr epoch 5 is available 2023-11-08T02:45:05.214 INFO:teuthology.orchestra.run.smithi092.stderr:Setting orchestrator backend to cephadm... 2023-11-08T02:45:05.214 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2023-11-08T02:45:06.089 INFO:teuthology.orchestra.run.smithi092.stderr:Generating ssh key... 2023-11-08T02:45:06.089 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2023-11-08T02:45:09.606 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2023-11-08T02:45:11.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCebpz/yDm57pBoLyihNB5+6V7Om5aoYKeug2XWIQEvRIvAcVUHGQQhyhkENH+BbsIC4dBsb7bzMnHP+5SahPrUnUdJPkeNv6i3PbYihGjJ4oI2y6oacNcxjwHHFQGY3Jfc9gHp7GWSRYxpTQ/869M1KYvUGFZYrsMusm8V3fIEWf6X0S/HVwo7W1Vn/HFdLdGe3GMJBCBatlzCrAuYWVUpOQIpM3XJ6o6awzsQA6d+TsYPTCyp/J+F0Jhd3Npk9D9wqMj2iY/KK+uOonWPO65E7jSGAci07dD1i8qSCwugd9ISN9mL2c4wY7dt/GCMm5oG5b0QnTq0N5z1x4YkNnVe0JPrWjueSOoL6ZcyZC1WgwhMyeDKiCdP+P9zt4j+GzE+HySKpGSAepq5RUzC1Q9u57nTmNNWTNzoYMf9pyl6uZ70V1n38HVpJyXiCphkGHVqxVHhihg/fWlKHK9192U5mB5Hnnus2Ca0ddUYC1cR8ZOAAEH0fqsWrfNaJH4TfQs= ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:13.626 INFO:teuthology.orchestra.run.smithi092.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-11-08T02:45:13.627 INFO:teuthology.orchestra.run.smithi092.stderr:Adding key to root@localhost's authorized_keys... 2023-11-08T02:45:13.628 INFO:teuthology.orchestra.run.smithi092.stderr:Adding host smithi092... 2023-11-08T02:45:13.628 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi092 2023-11-08T02:45:15.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Added host 'smithi092' 2023-11-08T02:45:16.753 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying mon service with default placement... 2023-11-08T02:45:16.753 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2023-11-08T02:45:17.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-08T02:45:17.686 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying mgr service with default placement... 2023-11-08T02:45:17.686 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2023-11-08T02:45:18.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-08T02:45:18.819 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying crash service with default placement... 2023-11-08T02:45:18.820 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2023-11-08T02:45:19.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2023-11-08T02:45:19.644 INFO:teuthology.orchestra.run.smithi092.stderr:Enabling mgr prometheus module... 2023-11-08T02:45:19.644 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2023-11-08T02:45:20.844 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying prometheus service with default placement... 2023-11-08T02:45:20.844 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2023-11-08T02:45:25.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-11-08T02:45:25.872 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying grafana service with default placement... 2023-11-08T02:45:25.872 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2023-11-08T02:45:26.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2023-11-08T02:45:26.908 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying node-exporter service with default placement... 2023-11-08T02:45:26.908 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2023-11-08T02:45:27.785 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-11-08T02:45:28.108 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying alertmanager service with default placement... 2023-11-08T02:45:28.109 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2023-11-08T02:45:28.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-11-08T02:45:28.966 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2023-11-08T02:45:29.834 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-08T02:45:30.633 INFO:teuthology.orchestra.run.smithi092.stderr:Enabling the dashboard module... 2023-11-08T02:45:30.634 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2023-11-08T02:45:32.358 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-11-08T02:45:32.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:32.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "epoch": 13, 2023-11-08T02:45:32.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_gid": 14144, 2023-11-08T02:45:32.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_name": "smithi092.egylko", 2023-11-08T02:45:32.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-11-08T02:45:32.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-08T02:45:32.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:32.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-08T02:45:32.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:6800", 2023-11-08T02:45:32.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 546014212 2023-11-08T02:45:32.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:32.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:32.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-11-08T02:45:32.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:6801", 2023-11-08T02:45:32.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 546014212 2023-11-08T02:45:32.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:32.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:32.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:32.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.92:6801/546014212", 2023-11-08T02:45:32.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_change": "2023-11-08T02:45:24.148216+0000", 2023-11-08T02:45:32.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-11-08T02:45:32.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available": true, 2023-11-08T02:45:32.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-11-08T02:45:32.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-08T02:45:32.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-08T02:45:32.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "dashboard", 2023-11-08T02:45:33.204 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-08T02:45:33.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "prometheus", 2023-11-08T02:45:33.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "restful" 2023-11-08T02:45:33.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-11-08T02:45:33.205 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-11-08T02:45:33.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.206 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:33.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:33.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:33.207 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-11-08T02:45:33.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.208 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.209 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.210 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.211 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.212 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.213 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.214 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.215 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.216 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.217 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.218 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.219 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.220 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.221 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-11-08T02:45:33.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-11-08T02:45:33.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.222 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.223 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-11-08T02:45:33.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.224 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-11-08T02:45:33.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-11-08T02:45:33.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.225 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-11-08T02:45:33.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-11-08T02:45:33.226 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-11-08T02:45:33.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-11-08T02:45:33.227 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.228 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-11-08T02:45:33.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.229 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-11-08T02:45:33.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-11-08T02:45:33.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.230 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.231 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-11-08T02:45:33.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.232 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-11-08T02:45:33.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-11-08T02:45:33.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-11-08T02:45:33.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-11-08T02:45:33.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.234 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-11-08T02:45:33.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-11-08T02:45:33.235 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.236 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-11-08T02:45:33.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.237 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-11-08T02:45:33.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-11-08T02:45:33.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.238 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-11-08T02:45:33.239 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-11-08T02:45:33.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-11-08T02:45:33.240 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.241 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-11-08T02:45:33.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.242 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-11-08T02:45:33.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active": { 2023-11-08T02:45:33.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "active", 2023-11-08T02:45:33.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.244 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.245 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-11-08T02:45:33.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.246 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-11-08T02:45:33.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-11-08T02:45:33.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.247 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-11-08T02:45:33.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-11-08T02:45:33.248 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-08T02:45:33.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-11-08T02:45:33.249 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-11-08T02:45:33.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:33.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-08T02:45:33.250 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-08T02:45:33.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-08T02:45:33.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-11-08T02:45:33.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-08T02:45:33.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.251 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-11-08T02:45:33.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-11-08T02:45:33.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:33.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.252 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-11-08T02:45:33.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-08T02:45:33.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "250", 2023-11-08T02:45:33.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.253 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-11-08T02:45:33.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.254 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-11-08T02:45:33.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-11-08T02:45:33.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-11-08T02:45:33.255 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-11-08T02:45:33.256 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:45:33.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.256 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-11-08T02:45:33.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-11-08T02:45:33.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-08T02:45:33.257 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-11-08T02:45:33.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-11-08T02:45:33.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-11-08T02:45:33.258 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-11-08T02:45:33.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-11-08T02:45:33.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.259 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "end_time": { 2023-11-08T02:45:33.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-11-08T02:45:33.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.260 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-11-08T02:45:33.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-11-08T02:45:33.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-08T02:45:33.261 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-11-08T02:45:33.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-11-08T02:45:33.262 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:33.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-08T02:45:33.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-08T02:45:33.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-08T02:45:33.263 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-11-08T02:45:33.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-08T02:45:33.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.264 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.265 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.266 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.267 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.268 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.269 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.270 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.271 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.272 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.273 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.274 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.275 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.276 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_score": { 2023-11-08T02:45:33.277 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-11-08T02:45:33.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-08T02:45:33.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-08T02:45:33.278 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-11-08T02:45:33.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.279 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-08T02:45:33.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-08T02:45:33.280 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-11-08T02:45:33.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.281 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-11-08T02:45:33.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "none", 2023-11-08T02:45:33.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "upmap" 2023-11-08T02:45:33.282 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-11-08T02:45:33.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.283 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-11-08T02:45:33.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-11-08T02:45:33.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.284 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-11-08T02:45:33.285 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:33.286 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:33.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:33.287 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-11-08T02:45:33.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.288 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-11-08T02:45:33.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-11-08T02:45:33.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.289 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:33.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-08T02:45:33.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.290 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-11-08T02:45:33.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-11-08T02:45:33.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.291 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-11-08T02:45:33.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-11-08T02:45:33.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-08T02:45:33.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.292 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:33.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-11-08T02:45:33.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.293 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.294 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-11-08T02:45:33.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.295 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-11-08T02:45:33.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-11-08T02:45:33.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.296 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-11-08T02:45:33.297 INFO:teuthology.orchestra.run.smithi092.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-11-08T02:45:33.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.297 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-11-08T02:45:33.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-11-08T02:45:33.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.298 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.299 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-11-08T02:45:33.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-11-08T02:45:33.300 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-11-08T02:45:33.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.301 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-11-08T02:45:33.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:33.302 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-11-08T02:45:33.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-11-08T02:45:33.303 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-11-08T02:45:33.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.304 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-11-08T02:45:33.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.305 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-11-08T02:45:33.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-11-08T02:45:33.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.306 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-11-08T02:45:33.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:33.307 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-11-08T02:45:33.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-11-08T02:45:33.308 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-11-08T02:45:33.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.309 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:33.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.310 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-11-08T02:45:33.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-11-08T02:45:33.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-11-08T02:45:33.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-08T02:45:33.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.313 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "container_init": { 2023-11-08T02:45:33.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-11-08T02:45:33.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.314 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.317 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.318 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-11-08T02:45:33.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-11-08T02:45:33.319 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-11-08T02:45:33.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:33.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.320 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-11-08T02:45:33.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.321 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-11-08T02:45:33.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-11-08T02:45:33.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.322 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-11-08T02:45:33.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.323 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-11-08T02:45:33.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.324 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-11-08T02:45:33.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-11-08T02:45:33.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.325 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:33.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-11-08T02:45:33.326 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-11-08T02:45:33.327 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-11-08T02:45:33.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:33.328 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-11-08T02:45:33.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.329 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.332 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.333 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.334 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.335 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-11-08T02:45:33.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.336 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.337 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.338 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.339 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.340 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.341 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.342 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.343 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-11-08T02:45:33.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-11-08T02:45:33.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.344 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.345 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-11-08T02:45:33.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-11-08T02:45:33.346 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-11-08T02:45:33.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-11-08T02:45:33.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.348 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-08T02:45:33.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-08T02:45:33.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.349 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-11-08T02:45:33.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.350 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-11-08T02:45:33.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "root" 2023-11-08T02:45:33.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-11-08T02:45:33.351 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-11-08T02:45:33.352 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-11-08T02:45:33.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-11-08T02:45:33.353 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-11-08T02:45:33.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.354 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-11-08T02:45:33.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-11-08T02:45:33.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.355 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.356 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-11-08T02:45:33.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.357 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-11-08T02:45:33.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-11-08T02:45:33.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.358 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-11-08T02:45:33.359 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-11-08T02:45:33.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-11-08T02:45:33.360 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.361 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-11-08T02:45:33.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.362 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-11-08T02:45:33.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-11-08T02:45:33.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.364 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-11-08T02:45:33.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.365 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-11-08T02:45:33.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-11-08T02:45:33.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.366 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.367 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-11-08T02:45:33.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-11-08T02:45:33.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-11-08T02:45:33.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.369 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-11-08T02:45:33.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.370 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-11-08T02:45:33.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-11-08T02:45:33.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.372 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-11-08T02:45:33.373 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-11-08T02:45:33.374 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-11-08T02:45:33.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.375 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-11-08T02:45:33.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.376 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.377 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-11-08T02:45:33.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.378 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.379 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.380 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.381 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.382 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.383 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.384 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.387 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.388 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.389 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.390 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.391 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-11-08T02:45:33.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-11-08T02:45:33.392 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-11-08T02:45:33.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.393 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-11-08T02:45:33.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.394 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-11-08T02:45:33.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-11-08T02:45:33.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.395 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-11-08T02:45:33.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.396 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-11-08T02:45:33.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.397 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.398 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-11-08T02:45:33.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-11-08T02:45:33.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-11-08T02:45:33.399 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:33.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.400 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.401 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-11-08T02:45:33.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-11-08T02:45:33.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.402 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.403 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-11-08T02:45:33.404 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-11-08T02:45:33.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.405 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.406 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-11-08T02:45:33.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-11-08T02:45:33.407 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.408 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.409 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-11-08T02:45:33.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-11-08T02:45:33.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.410 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.411 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-11-08T02:45:33.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-11-08T02:45:33.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.413 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.414 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-11-08T02:45:33.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-11-08T02:45:33.415 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.416 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.417 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-11-08T02:45:33.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-11-08T02:45:33.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.418 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.420 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-11-08T02:45:33.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-11-08T02:45:33.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.421 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.422 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.423 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-11-08T02:45:33.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-11-08T02:45:33.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.424 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.425 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-11-08T02:45:33.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-11-08T02:45:33.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.426 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.427 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-11-08T02:45:33.428 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-11-08T02:45:33.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.429 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.430 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-11-08T02:45:33.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-11-08T02:45:33.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.431 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.432 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.433 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-11-08T02:45:33.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-11-08T02:45:33.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-08T02:45:33.434 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.435 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-11-08T02:45:33.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-11-08T02:45:33.436 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.437 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.438 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-11-08T02:45:33.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-11-08T02:45:33.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.439 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.440 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.441 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-11-08T02:45:33.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-11-08T02:45:33.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.442 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.443 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-08T02:45:33.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.444 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.445 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-11-08T02:45:33.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-11-08T02:45:33.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.446 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.447 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-11-08T02:45:33.448 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-11-08T02:45:33.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.449 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.450 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.451 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-11-08T02:45:33.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-11-08T02:45:33.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.452 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.453 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.454 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-11-08T02:45:33.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-11-08T02:45:33.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.455 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.456 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.457 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-11-08T02:45:33.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-11-08T02:45:33.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.458 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.459 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-11-08T02:45:33.460 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-11-08T02:45:33.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.461 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.462 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-11-08T02:45:33.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-11-08T02:45:33.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.463 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.464 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.465 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-11-08T02:45:33.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-11-08T02:45:33.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.466 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.467 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-11-08T02:45:33.468 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-11-08T02:45:33.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.469 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.470 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-11-08T02:45:33.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-11-08T02:45:33.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.471 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.472 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.473 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-11-08T02:45:33.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-11-08T02:45:33.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.474 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.475 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.476 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-11-08T02:45:33.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-11-08T02:45:33.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.477 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.478 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-11-08T02:45:33.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-11-08T02:45:33.479 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.480 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.481 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-11-08T02:45:33.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-11-08T02:45:33.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.482 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-11-08T02:45:33.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.483 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.484 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-11-08T02:45:33.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-11-08T02:45:33.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.485 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:33.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.486 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-11-08T02:45:33.487 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-11-08T02:45:33.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-11-08T02:45:33.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.488 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.489 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-11-08T02:45:33.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-11-08T02:45:33.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.490 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-11-08T02:45:33.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.491 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-11-08T02:45:33.492 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-11-08T02:45:33.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.493 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.494 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-11-08T02:45:33.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-11-08T02:45:33.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.495 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-08T02:45:33.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.496 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.497 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-11-08T02:45:33.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-11-08T02:45:33.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.498 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.499 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-11-08T02:45:33.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-11-08T02:45:33.500 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-11-08T02:45:33.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.501 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.502 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-11-08T02:45:33.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-11-08T02:45:33.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.503 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-11-08T02:45:33.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.504 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.505 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-11-08T02:45:33.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-11-08T02:45:33.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.506 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.507 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-11-08T02:45:33.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-11-08T02:45:33.508 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.509 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.510 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-11-08T02:45:33.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-11-08T02:45:33.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.512 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-11-08T02:45:33.513 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-11-08T02:45:33.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-08T02:45:33.514 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.515 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-11-08T02:45:33.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-11-08T02:45:33.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.516 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:33.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.517 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.518 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-11-08T02:45:33.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-11-08T02:45:33.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.519 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:33.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.520 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-11-08T02:45:33.521 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-11-08T02:45:33.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.522 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.523 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug": { 2023-11-08T02:45:33.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-11-08T02:45:33.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.524 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.525 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-11-08T02:45:33.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.526 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-11-08T02:45:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-11-08T02:45:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-11-08T02:45:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-08T02:45:33.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-08T02:45:33.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.529 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.530 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.531 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.532 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.533 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.534 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.535 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.536 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.537 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.538 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.539 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.540 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.541 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.542 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.543 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-08T02:45:33.544 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-08T02:45:33.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-11-08T02:45:33.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.545 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.546 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-08T02:45:33.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-08T02:45:33.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.547 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-11-08T02:45:33.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.548 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.549 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-08T02:45:33.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-08T02:45:33.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.550 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.551 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-11-08T02:45:33.552 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-11-08T02:45:33.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-11-08T02:45:33.553 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.554 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-11-08T02:45:33.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-11-08T02:45:33.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.555 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-11-08T02:45:33.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.556 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "redirect" 2023-11-08T02:45:33.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.557 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-11-08T02:45:33.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-11-08T02:45:33.558 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-11-08T02:45:33.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "400", 2023-11-08T02:45:33.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "599", 2023-11-08T02:45:33.559 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.560 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-11-08T02:45:33.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-11-08T02:45:33.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.561 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.562 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.563 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-11-08T02:45:33.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.564 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-11-08T02:45:33.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-11-08T02:45:33.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.565 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-11-08T02:45:33.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.566 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.567 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.568 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.569 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.570 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.571 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.572 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.573 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.574 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.575 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.576 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.577 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.578 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.579 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-11-08T02:45:33.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-11-08T02:45:33.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.580 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-11-08T02:45:33.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-11-08T02:45:33.581 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-11-08T02:45:33.582 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-11-08T02:45:33.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-11-08T02:45:33.583 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-11-08T02:45:33.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.584 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-11-08T02:45:33.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-11-08T02:45:33.585 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-11-08T02:45:33.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.586 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-11-08T02:45:33.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.587 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-11-08T02:45:33.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-11-08T02:45:33.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.588 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-08T02:45:33.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-11-08T02:45:33.589 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-11-08T02:45:33.590 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-11-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-11-08T02:45:33.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.592 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:33.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:33.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.593 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:33.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-11-08T02:45:33.594 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-11-08T02:45:33.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-11-08T02:45:33.595 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-11-08T02:45:33.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.596 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-11-08T02:45:33.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.597 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-11-08T02:45:33.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.598 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.599 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.600 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.601 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.602 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.603 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.604 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.605 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.606 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.607 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.608 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.609 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.610 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.611 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-11-08T02:45:33.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-11-08T02:45:33.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.612 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-08T02:45:33.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.613 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.614 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-11-08T02:45:33.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-11-08T02:45:33.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-11-08T02:45:33.615 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.616 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:33.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:33.617 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-08T02:45:33.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.618 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.619 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-11-08T02:45:33.620 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-11-08T02:45:33.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-11-08T02:45:33.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-11-08T02:45:33.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-11-08T02:45:33.621 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-11-08T02:45:33.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.622 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.623 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "database": { 2023-11-08T02:45:33.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "database", 2023-11-08T02:45:33.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.624 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-11-08T02:45:33.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.625 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.626 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "hostname": { 2023-11-08T02:45:33.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-11-08T02:45:33.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.627 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.628 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:33.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:33.629 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-11-08T02:45:33.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.630 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.631 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.632 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.633 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.634 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.635 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.636 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.637 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.638 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.639 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.640 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.641 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.642 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.643 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.644 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "password": { 2023-11-08T02:45:33.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "password", 2023-11-08T02:45:33.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.645 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.646 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.647 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "port": { 2023-11-08T02:45:33.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "port", 2023-11-08T02:45:33.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.648 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-11-08T02:45:33.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.649 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-08T02:45:33.650 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-08T02:45:33.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-11-08T02:45:33.651 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.652 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "threads": { 2023-11-08T02:45:33.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-11-08T02:45:33.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.653 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:33.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.654 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.655 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "username": { 2023-11-08T02:45:33.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "username", 2023-11-08T02:45:33.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.656 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.657 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-11-08T02:45:33.658 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-11-08T02:45:33.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-11-08T02:45:33.659 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.660 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.661 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-11-08T02:45:33.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.662 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.663 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.664 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.665 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.666 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.667 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.668 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.669 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.670 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.671 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.672 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.673 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.675 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-11-08T02:45:33.676 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.677 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.678 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.679 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.680 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.681 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.682 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.683 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.684 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.685 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.686 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.687 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.688 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.689 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.690 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-11-08T02:45:33.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.691 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.692 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-11-08T02:45:33.692 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-11-08T02:45:33.692 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.692 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.692 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.692 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-08T02:45:33.693 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.693 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.693 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.693 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-11-08T02:45:33.693 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.694 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.694 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.694 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.694 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-11-08T02:45:33.694 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-11-08T02:45:33.695 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.695 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.695 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.695 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:33.695 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "10", 2023-11-08T02:45:33.695 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.696 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.696 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-11-08T02:45:33.696 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.696 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.696 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.697 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.697 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.697 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.697 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.697 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.698 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.698 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.698 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.698 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.698 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.699 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.699 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.699 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.699 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.699 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.699 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.700 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.700 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.700 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.700 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.700 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.701 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.701 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.701 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.701 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.701 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.701 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.702 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.702 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.702 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.702 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.702 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.703 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.703 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.703 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.703 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.703 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.704 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.704 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.704 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.704 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.704 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.705 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.705 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.705 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.705 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.705 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.706 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.706 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.706 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.706 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.706 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.706 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.707 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.707 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.707 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.707 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.707 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.708 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.708 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.708 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.708 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.708 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.709 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.709 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.709 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.709 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.709 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.709 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.710 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.710 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.710 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.710 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.710 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.711 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-11-08T02:45:33.711 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.711 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.711 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.711 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-11-08T02:45:33.711 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-11-08T02:45:33.712 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.712 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.712 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.712 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-11-08T02:45:33.712 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.713 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.713 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.713 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-11-08T02:45:33.713 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.713 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.713 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.714 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.714 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.714 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.714 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.714 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.715 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.715 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.715 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.715 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.715 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.716 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.716 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.716 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.716 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.716 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.716 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.717 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.717 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.717 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.717 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.717 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.718 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.718 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.718 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.718 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.718 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.719 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.719 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.719 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.719 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.719 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.720 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.720 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.720 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.720 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.720 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.721 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.721 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.721 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.721 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.721 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.722 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.722 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.722 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.722 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.722 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.723 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.723 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.723 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.723 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.725 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.725 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.726 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.726 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.726 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.726 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.726 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.727 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.727 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.727 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.727 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.727 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.727 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.728 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.728 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.728 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.728 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.728 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min_size": { 2023-11-08T02:45:33.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-11-08T02:45:33.730 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.730 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.730 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.730 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.730 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.731 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.731 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.731 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-11-08T02:45:33.731 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.731 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.731 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.732 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.732 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-11-08T02:45:33.732 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-11-08T02:45:33.732 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.732 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.733 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.733 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-11-08T02:45:33.733 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.733 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.733 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.733 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-11-08T02:45:33.734 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.734 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.734 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.734 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.734 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-11-08T02:45:33.735 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-11-08T02:45:33.735 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.735 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.735 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.735 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-11-08T02:45:33.736 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.736 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.736 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.736 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-11-08T02:45:33.736 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.737 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.737 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.737 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.737 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "prefix": { 2023-11-08T02:45:33.737 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-11-08T02:45:33.738 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.738 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.738 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.738 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.738 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.738 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.739 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.739 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-11-08T02:45:33.739 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.739 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.739 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.740 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.740 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "subtree": { 2023-11-08T02:45:33.740 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-11-08T02:45:33.740 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.740 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.741 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.741 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-11-08T02:45:33.741 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.741 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.741 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.741 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-11-08T02:45:33.742 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.742 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.742 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.742 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.742 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.743 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.743 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.743 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-08T02:45:33.743 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.743 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.744 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.744 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.744 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.744 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.744 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.745 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.745 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.745 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.745 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.745 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.745 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.746 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.746 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.746 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.746 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.746 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.747 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.747 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.747 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.747 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.747 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.748 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.748 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.748 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.748 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.748 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.748 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.749 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.749 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.749 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.749 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.749 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.750 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.750 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.750 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.750 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.750 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.751 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.751 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.751 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.751 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.751 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.751 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.752 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.752 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.752 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.752 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.752 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.753 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.753 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.753 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.753 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.753 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.754 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.755 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.756 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-11-08T02:45:33.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-08T02:45:33.757 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.758 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-08T02:45:33.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rook", 2023-11-08T02:45:33.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-11-08T02:45:33.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.759 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-11-08T02:45:33.760 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.760 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.760 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.760 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.760 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.761 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.761 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.761 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-11-08T02:45:33.761 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.761 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.761 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.762 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.762 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.762 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.762 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.762 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.763 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.764 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.765 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.766 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.767 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.768 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.768 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.768 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.768 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.768 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.769 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.770 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.771 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.771 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.771 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.771 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.771 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.771 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.772 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.772 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.772 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.772 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.773 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.773 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.773 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.773 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.773 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.773 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.774 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.774 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.774 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.774 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.774 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.775 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.775 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.775 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.775 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.775 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.775 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-11-08T02:45:33.776 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.776 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.776 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.776 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.776 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.777 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.777 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.777 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.777 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.777 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.777 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.778 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.778 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.778 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.778 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.778 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.779 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.779 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.779 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.779 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.779 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.780 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.780 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.780 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.780 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.780 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.780 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.781 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.781 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.781 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.781 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.781 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.782 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.782 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.782 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.782 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.782 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.782 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.783 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.783 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.783 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.783 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.783 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.784 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.784 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.784 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.784 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.784 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.785 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.785 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.785 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.785 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.785 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.785 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.786 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.786 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.786 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.786 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.786 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.787 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.787 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.787 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.787 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.787 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.788 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.788 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.788 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.788 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.788 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.789 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.789 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.789 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.789 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.789 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-08T02:45:33.790 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-08T02:45:33.790 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.790 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.790 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.790 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:33.790 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.791 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.791 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.791 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.791 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.791 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.792 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.792 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.792 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.792 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.792 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.793 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-11-08T02:45:33.793 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.793 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.793 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.793 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-08T02:45:33.794 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-08T02:45:33.794 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.794 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.794 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.794 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.795 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.795 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.795 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.795 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.795 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.795 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.796 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.796 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.796 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.796 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.796 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.797 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.797 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.797 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.797 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.797 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.797 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.798 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.798 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.798 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.798 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.798 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.799 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.799 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.799 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.799 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.799 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.800 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.800 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.800 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.800 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.800 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.800 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.801 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.801 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.801 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.801 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.801 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.802 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.802 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.802 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.802 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.802 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.803 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.803 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.803 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.803 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.803 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.804 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.804 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.804 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.804 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.804 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.804 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.805 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.805 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.805 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.805 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.805 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.806 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.806 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.806 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.806 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.806 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.807 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.807 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.807 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.807 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.807 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.807 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.808 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.808 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.808 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.808 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.808 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.809 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.809 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.809 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.809 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-11-08T02:45:33.809 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-11-08T02:45:33.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-11-08T02:45:33.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.810 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.811 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.811 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-11-08T02:45:33.811 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.811 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.811 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.812 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.812 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-11-08T02:45:33.812 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-11-08T02:45:33.812 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.812 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-08T02:45:33.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.813 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-11-08T02:45:33.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.814 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-11-08T02:45:33.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.815 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.816 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.817 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.818 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.819 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.820 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.821 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.822 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.823 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.824 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.825 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.826 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.827 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.828 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-11-08T02:45:33.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-11-08T02:45:33.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.829 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.830 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-11-08T02:45:33.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-11-08T02:45:33.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-11-08T02:45:33.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.833 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-11-08T02:45:33.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-11-08T02:45:33.834 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.835 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.836 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-08T02:45:33.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-08T02:45:33.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.837 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.838 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-08T02:45:33.839 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-08T02:45:33.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.840 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.841 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-11-08T02:45:33.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-11-08T02:45:33.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.842 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.843 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.844 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-11-08T02:45:33.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.845 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.846 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.847 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.848 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.849 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.850 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.851 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.852 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.853 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.854 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.855 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.856 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.857 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.858 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-11-08T02:45:33.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-11-08T02:45:33.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-08T02:45:33.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.860 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.861 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-11-08T02:45:33.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-11-08T02:45:33.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.862 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.863 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-11-08T02:45:33.864 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-11-08T02:45:33.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.865 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.866 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.867 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-11-08T02:45:33.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-08T02:45:33.868 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-08T02:45:33.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.869 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.870 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.871 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.872 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.873 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.874 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.875 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.876 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.877 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.878 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.879 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.880 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.881 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.882 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-08T02:45:33.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-08T02:45:33.884 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.885 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.886 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-08T02:45:33.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-08T02:45:33.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.887 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.888 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.889 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-11-08T02:45:33.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.890 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.891 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.892 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.893 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.894 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.895 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.896 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.897 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.898 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.899 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.900 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.901 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.902 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.903 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-11-08T02:45:33.904 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.905 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.906 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.907 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.908 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.909 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.910 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.911 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.912 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.913 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.914 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.915 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.916 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.917 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "roption1": { 2023-11-08T02:45:33.918 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-11-08T02:45:33.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.919 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.920 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "roption2": { 2023-11-08T02:45:33.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-11-08T02:45:33.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.921 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-11-08T02:45:33.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.922 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.923 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-11-08T02:45:33.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-11-08T02:45:33.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.924 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.925 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.926 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-11-08T02:45:33.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-11-08T02:45:33.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:33.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.927 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.928 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-11-08T02:45:33.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-11-08T02:45:33.929 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-08T02:45:33.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.930 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.931 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.933 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-11-08T02:45:33.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-11-08T02:45:33.934 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.935 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.936 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-11-08T02:45:33.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-11-08T02:45:33.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.937 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.938 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.939 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-11-08T02:45:33.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-11-08T02:45:33.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.940 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.941 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "testkey": { 2023-11-08T02:45:33.942 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-11-08T02:45:33.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.943 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.944 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-11-08T02:45:33.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-11-08T02:45:33.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.945 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.946 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.947 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-11-08T02:45:33.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-11-08T02:45:33.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.948 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.949 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.950 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "status", 2023-11-08T02:45:33.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.952 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.953 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.954 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.955 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.956 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.957 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.959 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.960 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.961 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.962 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.963 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.964 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-11-08T02:45:33.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "address": { 2023-11-08T02:45:33.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "address", 2023-11-08T02:45:33.967 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.967 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.967 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.967 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-11-08T02:45:33.967 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.968 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.968 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.968 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.968 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.968 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.968 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:33.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:33.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:33.969 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-11-08T02:45:33.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.970 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.971 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:33.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:33.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.972 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:33.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.973 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.974 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.975 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:33.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:33.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.976 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.977 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:33.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:33.978 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:33.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.979 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:33.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:33.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:33.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:33.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:33.980 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:33.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:33.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:33.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.981 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:33.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:33.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:33.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.984 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:33.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:33.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-11-08T02:45:33.985 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:33.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:33.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:33.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-11-08T02:45:33.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-11-08T02:45:33.986 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.987 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-11-08T02:45:33.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.988 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-11-08T02:45:33.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-11-08T02:45:33.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.989 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.990 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.991 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-11-08T02:45:33.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-11-08T02:45:33.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-08T02:45:33.992 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.993 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-11-08T02:45:33.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-11-08T02:45:33.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:33.994 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:33.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.995 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "contact": { 2023-11-08T02:45:33.996 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-11-08T02:45:33.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:33.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:33.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:33.997 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:33.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:33.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:33.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:33.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:33.998 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:33.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:33.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:33.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "description": { 2023-11-08T02:45:33.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "description", 2023-11-08T02:45:33.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:33.999 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:34.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.000 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "device_url": { 2023-11-08T02:45:34.001 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-11-08T02:45:34.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-11-08T02:45:34.002 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.003 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-08T02:45:34.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-08T02:45:34.004 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.005 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.006 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:34.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:34.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:34.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.007 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-11-08T02:45:34.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "8", 2023-11-08T02:45:34.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.008 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-11-08T02:45:34.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-11-08T02:45:34.009 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:34.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-11-08T02:45:34.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.010 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.011 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-11-08T02:45:34.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-11-08T02:45:34.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.012 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.013 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:34.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:34.014 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:34.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.015 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.016 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.017 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:34.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:34.018 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.019 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.020 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:34.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:34.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.021 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:34.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.022 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.023 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.024 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:34.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:34.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.025 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.026 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "organization": { 2023-11-08T02:45:34.027 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-11-08T02:45:34.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:34.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.028 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.029 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "proxy": { 2023-11-08T02:45:34.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-11-08T02:45:34.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.030 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:34.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.031 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.032 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "url": { 2023-11-08T02:45:34.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "url", 2023-11-08T02:45:34.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.033 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-11-08T02:45:34.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.034 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.035 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:34.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-11-08T02:45:34.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:34.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:34.036 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:34.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:34.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:34.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.037 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:34.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.038 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.039 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.040 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:34.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:34.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.041 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.042 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:34.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:34.043 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:34.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.044 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.045 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.046 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:34.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:34.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.047 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.048 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.049 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:34.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-11-08T02:45:34.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:34.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:34.050 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:34.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:34.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:34.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.051 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:34.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.052 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.053 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:34.054 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:34.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.055 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.056 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:34.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:34.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.057 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:34.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.058 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.059 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.060 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:34.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:34.061 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.062 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.063 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-11-08T02:45:34.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-11-08T02:45:34.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:34.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.064 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-11-08T02:45:34.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-11-08T02:45:34.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.065 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.066 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:34.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-11-08T02:45:34.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-08T02:45:34.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-08T02:45:34.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-08T02:45:34.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-11-08T02:45:34.067 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-11-08T02:45:34.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-11-08T02:45:34.068 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.069 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "identifier": { 2023-11-08T02:45:34.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-11-08T02:45:34.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.070 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:34.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.071 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.072 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-08T02:45:34.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-08T02:45:34.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-08T02:45:34.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-08T02:45:34.073 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.074 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-08T02:45:34.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-08T02:45:34.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.075 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-08T02:45:34.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.076 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.077 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.078 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-08T02:45:34.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-08T02:45:34.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.079 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.080 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.081 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-08T02:45:34.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-08T02:45:34.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.082 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-08T02:45:34.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-08T02:45:34.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "", 2023-11-08T02:45:34.083 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "critical", 2023-11-08T02:45:34.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "debug", 2023-11-08T02:45:34.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "error", 2023-11-08T02:45:34.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "info", 2023-11-08T02:45:34.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "warning" 2023-11-08T02:45:34.084 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.085 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-08T02:45:34.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-08T02:45:34.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-08T02:45:34.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-08T02:45:34.086 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-08T02:45:34.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.087 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-11-08T02:45:34.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-11-08T02:45:34.088 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-08T02:45:34.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.089 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.090 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-11-08T02:45:34.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-11-08T02:45:34.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-08T02:45:34.091 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-11-08T02:45:34.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.092 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-11-08T02:45:34.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-11-08T02:45:34.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-08T02:45:34.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-08T02:45:34.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-08T02:45:34.094 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-11-08T02:45:34.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-08T02:45:34.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-08T02:45:34.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-08T02:45:34.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-08T02:45:34.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-08T02:45:34.095 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-08T02:45:34.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-08T02:45:34.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.096 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "services": { 2023-11-08T02:45:34.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi092.front.sepia.ceph.com:9283/" 2023-11-08T02:45:34.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-11-08T02:45:34.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-11-08T02:45:34.097 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-08T02:45:34.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crash", 2023-11-08T02:45:34.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-08T02:45:34.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-11-08T02:45:34.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress", 2023-11-08T02:45:34.098 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-08T02:45:34.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status", 2023-11-08T02:45:34.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-08T02:45:34.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-11-08T02:45:34.099 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-08T02:45:34.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "crash", 2023-11-08T02:45:34.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-08T02:45:34.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-11-08T02:45:34.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-11-08T02:45:34.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "progress", 2023-11-08T02:45:34.100 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-08T02:45:34.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "status", 2023-11-08T02:45:34.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "telemetry", 2023-11-08T02:45:34.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-08T02:45:34.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ], 2023-11-08T02:45:34.101 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2023-11-08T02:45:34.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-11-08T02:45:34.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:34.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-08T02:45:34.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:34.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-08T02:45:34.102 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:0", 2023-11-08T02:45:34.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 2459244713 2023-11-08T02:45:34.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:34.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout }, 2023-11-08T02:45:34.103 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:34.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-08T02:45:34.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:34.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-08T02:45:34.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.92:0", 2023-11-08T02:45:34.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "nonce": 2267206459 2023-11-08T02:45:34.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:34.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout ] 2023-11-08T02:45:34.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:34.106 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for the mgr to restart... 2023-11-08T02:45:34.106 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for Mgr epoch 13... 2023-11-08T02:45:34.106 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-11-08T02:45:36.831 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout { 2023-11-08T02:45:36.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2023-11-08T02:45:36.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout "initialized": true 2023-11-08T02:45:36.832 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout } 2023-11-08T02:45:37.265 INFO:teuthology.orchestra.run.smithi092.stderr:Mgr epoch 13 is available 2023-11-08T02:45:37.266 INFO:teuthology.orchestra.run.smithi092.stderr:Generating a dashboard self-signed certificate... 2023-11-08T02:45:37.266 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2023-11-08T02:45:37.859 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-08T02:45:38.189 INFO:teuthology.orchestra.run.smithi092.stderr:Creating initial admin user... 2023-11-08T02:45:38.190 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpgam97qex:/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-11-08T02:45:38.883 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$AwahjDj4XcMAcZJZ62vAh.BhRgC3ZSfH/7B/L/IGfcJMIQGTvA4CW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699411538, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T02:45:39.215 INFO:teuthology.orchestra.run.smithi092.stderr:Fetching dashboard port number... 2023-11-08T02:45:39.215 INFO:teuthology.orchestra.run.smithi092.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=smithi092 -v /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpodeghazf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwyj786t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2023-11-08T02:45:39.712 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: stdout 8443 2023-11-08T02:45:40.039 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T02:45:40.046 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout disabled 2023-11-08T02:45:40.047 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T02:45:40.053 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: stdout inactive 2023-11-08T02:45:40.053 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-11-08T02:45:40.053 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T02:45:40.056 INFO:teuthology.orchestra.run.smithi092.stderr:Ceph Dashboard is now available at: 2023-11-08T02:45:40.057 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.058 INFO:teuthology.orchestra.run.smithi092.stderr: URL: https://smithi092.front.sepia.ceph.com:8443/ 2023-11-08T02:45:40.058 INFO:teuthology.orchestra.run.smithi092.stderr: User: admin 2023-11-08T02:45:40.059 INFO:teuthology.orchestra.run.smithi092.stderr: Password: xxo00l1a74 2023-11-08T02:45:40.059 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.059 INFO:teuthology.orchestra.run.smithi092.stderr:You can access the Ceph CLI with: 2023-11-08T02:45:40.060 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.060 INFO:teuthology.orchestra.run.smithi092.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:45:40.060 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.060 INFO:teuthology.orchestra.run.smithi092.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T02:45:40.061 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.061 INFO:teuthology.orchestra.run.smithi092.stderr: ceph telemetry on 2023-11-08T02:45:40.062 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.062 INFO:teuthology.orchestra.run.smithi092.stderr:For more information see: 2023-11-08T02:45:40.063 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.063 INFO:teuthology.orchestra.run.smithi092.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-08T02:45:40.063 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T02:45:40.063 INFO:teuthology.orchestra.run.smithi092.stderr:Bootstrap complete. 2023-11-08T02:45:40.064 INFO:teuthology.orchestra.run.smithi092.stderr:Releasing lock 140453285507480 on /run/cephadm/b8d63114-7de0-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:45:40.064 INFO:teuthology.orchestra.run.smithi092.stderr:Lock 140453285507480 released on /run/cephadm/b8d63114-7de0-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:45:40.086 INFO:tasks.cephadm:Fetching config... 2023-11-08T02:45:40.086 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:45:40.087 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T02:45:40.106 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T02:45:40.106 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:45:40.107 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T02:45:40.164 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T02:45:40.164 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:45:40.165 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/keyring of=/dev/stdout 2023-11-08T02:45:40.233 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T02:45:40.233 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:45:40.234 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T02:45:40.291 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T02:45:40.291 DEBUG:teuthology.orchestra.run.smithi092:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCebpz/yDm57pBoLyihNB5+6V7Om5aoYKeug2XWIQEvRIvAcVUHGQQhyhkENH+BbsIC4dBsb7bzMnHP+5SahPrUnUdJPkeNv6i3PbYihGjJ4oI2y6oacNcxjwHHFQGY3Jfc9gHp7GWSRYxpTQ/869M1KYvUGFZYrsMusm8V3fIEWf6X0S/HVwo7W1Vn/HFdLdGe3GMJBCBatlzCrAuYWVUpOQIpM3XJ6o6awzsQA6d+TsYPTCyp/J+F0Jhd3Npk9D9wqMj2iY/KK+uOonWPO65E7jSGAci07dD1i8qSCwugd9ISN9mL2c4wY7dt/GCMm5oG5b0QnTq0N5z1x4YkNnVe0JPrWjueSOoL6ZcyZC1WgwhMyeDKiCdP+P9zt4j+GzE+HySKpGSAepq5RUzC1Q9u57nTmNNWTNzoYMf9pyl6uZ70V1n38HVpJyXiCphkGHVqxVHhihg/fWlKHK9192U5mB5Hnnus2Ca0ddUYC1cR8ZOAAEH0fqsWrfNaJH4TfQs= ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T02:45:40.366 INFO:teuthology.orchestra.run.smithi092.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCebpz/yDm57pBoLyihNB5+6V7Om5aoYKeug2XWIQEvRIvAcVUHGQQhyhkENH+BbsIC4dBsb7bzMnHP+5SahPrUnUdJPkeNv6i3PbYihGjJ4oI2y6oacNcxjwHHFQGY3Jfc9gHp7GWSRYxpTQ/869M1KYvUGFZYrsMusm8V3fIEWf6X0S/HVwo7W1Vn/HFdLdGe3GMJBCBatlzCrAuYWVUpOQIpM3XJ6o6awzsQA6d+TsYPTCyp/J+F0Jhd3Npk9D9wqMj2iY/KK+uOonWPO65E7jSGAci07dD1i8qSCwugd9ISN9mL2c4wY7dt/GCMm5oG5b0QnTq0N5z1x4YkNnVe0JPrWjueSOoL6ZcyZC1WgwhMyeDKiCdP+P9zt4j+GzE+HySKpGSAepq5RUzC1Q9u57nTmNNWTNzoYMf9pyl6uZ70V1n38HVpJyXiCphkGHVqxVHhihg/fWlKHK9192U5mB5Hnnus2Ca0ddUYC1cR8ZOAAEH0fqsWrfNaJH4TfQs= ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:40.377 DEBUG:teuthology.orchestra.run.smithi152:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCebpz/yDm57pBoLyihNB5+6V7Om5aoYKeug2XWIQEvRIvAcVUHGQQhyhkENH+BbsIC4dBsb7bzMnHP+5SahPrUnUdJPkeNv6i3PbYihGjJ4oI2y6oacNcxjwHHFQGY3Jfc9gHp7GWSRYxpTQ/869M1KYvUGFZYrsMusm8V3fIEWf6X0S/HVwo7W1Vn/HFdLdGe3GMJBCBatlzCrAuYWVUpOQIpM3XJ6o6awzsQA6d+TsYPTCyp/J+F0Jhd3Npk9D9wqMj2iY/KK+uOonWPO65E7jSGAci07dD1i8qSCwugd9ISN9mL2c4wY7dt/GCMm5oG5b0QnTq0N5z1x4YkNnVe0JPrWjueSOoL6ZcyZC1WgwhMyeDKiCdP+P9zt4j+GzE+HySKpGSAepq5RUzC1Q9u57nTmNNWTNzoYMf9pyl6uZ70V1n38HVpJyXiCphkGHVqxVHhihg/fWlKHK9192U5mB5Hnnus2Ca0ddUYC1cR8ZOAAEH0fqsWrfNaJH4TfQs= ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T02:45:40.423 INFO:teuthology.orchestra.run.smithi152.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCebpz/yDm57pBoLyihNB5+6V7Om5aoYKeug2XWIQEvRIvAcVUHGQQhyhkENH+BbsIC4dBsb7bzMnHP+5SahPrUnUdJPkeNv6i3PbYihGjJ4oI2y6oacNcxjwHHFQGY3Jfc9gHp7GWSRYxpTQ/869M1KYvUGFZYrsMusm8V3fIEWf6X0S/HVwo7W1Vn/HFdLdGe3GMJBCBatlzCrAuYWVUpOQIpM3XJ6o6awzsQA6d+TsYPTCyp/J+F0Jhd3Npk9D9wqMj2iY/KK+uOonWPO65E7jSGAci07dD1i8qSCwugd9ISN9mL2c4wY7dt/GCMm5oG5b0QnTq0N5z1x4YkNnVe0JPrWjueSOoL6ZcyZC1WgwhMyeDKiCdP+P9zt4j+GzE+HySKpGSAepq5RUzC1Q9u57nTmNNWTNzoYMf9pyl6uZ70V1n38HVpJyXiCphkGHVqxVHhihg/fWlKHK9192U5mB5Hnnus2Ca0ddUYC1cR8ZOAAEH0fqsWrfNaJH4TfQs= ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:40.434 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T02:45:42.221 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi152 2023-11-08T02:45:42.221 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-08T02:45:42.222 DEBUG:teuthology.orchestra.run.smithi152:> dd of=/etc/ceph/ceph.conf 2023-11-08T02:45:42.244 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-08T02:45:42.244 DEBUG:teuthology.orchestra.run.smithi152:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:45:42.305 INFO:tasks.cephadm:Adding host smithi152 to orchestrator... 2023-11-08T02:45:42.306 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi152 2023-11-08T02:46:03.254 INFO:teuthology.orchestra.run.smithi152.stdout:Added host 'smithi152' 2023-11-08T02:46:03.576 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T02:46:04.689 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:46:04.689 INFO:teuthology.orchestra.run.smithi152.stdout:[{"addr": "smithi092", "hostname": "smithi092", "labels": [], "status": ""}, {"addr": "smithi152", "hostname": "smithi152", "labels": [], "status": ""}] 2023-11-08T02:46:05.052 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T02:46:05.053 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T02:46:07.038 INFO:teuthology.orchestra.run.smithi092.stderr:adjusted tunables profile to default 2023-11-08T02:46:07.397 INFO:tasks.cephadm:Adding mon.smithi152 on smithi152 2023-11-08T02:46:07.397 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add mon smithi152:172.21.15.152=smithi152 2023-11-08T02:46:16.438 INFO:teuthology.orchestra.run.smithi152.stdout:Deployed mon.smithi152 on host 'smithi152' 2023-11-08T02:46:16.819 DEBUG:teuthology.orchestra.run.smithi152:mon.smithi152> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi152.service 2023-11-08T02:46:16.822 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:46:16.822 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:46:16.852 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:-- Logs begin at Wed 2023-11-08 02:36:19 UTC. -- 2023-11-08T02:46:18.073 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-08T02:46:18.073 INFO:teuthology.orchestra.run.smithi152.stdout:{"epoch":2,"fsid":"b8d63114-7de0-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:46:11.398035Z","created":"2023-11-08T02:44:45.841411Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi152","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:3300","nonce":0},{"type":"v1","addr":"172.21.15.152:6789","nonce":0}]},"addr":"172.21.15.152:6789/0","public_addr":"172.21.15.152:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-11-08T02:46:18.074 INFO:teuthology.orchestra.run.smithi152.stderr:dumped monmap epoch 2 2023-11-08T02:46:18.450 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T02:46:18.451 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T02:46:19.568 INFO:teuthology.orchestra.run.smithi092.stdout:# minimal ceph.conf for b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:46:19.569 INFO:teuthology.orchestra.run.smithi092.stdout:[global] 2023-11-08T02:46:19.569 INFO:teuthology.orchestra.run.smithi092.stdout: fsid = b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:46:19.569 INFO:teuthology.orchestra.run.smithi092.stdout: mon_host = [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] 2023-11-08T02:46:19.901 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T02:46:19.902 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:46:19.902 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T02:46:19.932 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:46:19.932 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:46:19.999 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-08T02:46:19.999 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T02:46:20.036 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-08T02:46:20.036 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:46:20.106 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T02:46:20.107 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:46:20.107 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:46:20.125 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-11-08T02:46:20.125 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_1 2023-11-08T02:46:20.182 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T02:46:20.183 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:20.183 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 424586 Links: 1 2023-11-08T02:46:20.183 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:20.184 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:20.184 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-08 02:45:43.814128872 +0000 2023-11-08T02:46:20.184 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-08 02:43:28.502254731 +0000 2023-11-08T02:46:20.184 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-08 02:43:28.502254731 +0000 2023-11-08T02:46:20.184 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-08T02:46:20.185 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T02:46:20.249 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-08T02:46:20.250 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-08T02:46:20.250 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000307455 s, 1.7 MB/s 2023-11-08T02:46:20.251 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T02:46:20.310 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_2 2023-11-08T02:46:20.368 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T02:46:20.369 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:20.369 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 428853 Links: 1 2023-11-08T02:46:20.369 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:20.369 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:20.369 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-08 02:45:43.814128872 +0000 2023-11-08T02:46:20.370 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-08 02:43:29.209234602 +0000 2023-11-08T02:46:20.370 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-08 02:43:29.209234602 +0000 2023-11-08T02:46:20.370 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-08T02:46:20.370 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T02:46:20.434 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-08T02:46:20.434 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-08T02:46:20.434 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000273003 s, 1.9 MB/s 2023-11-08T02:46:20.435 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T02:46:20.495 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_3 2023-11-08T02:46:20.552 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T02:46:20.552 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:20.553 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 429188 Links: 1 2023-11-08T02:46:20.553 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:20.553 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:20.553 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-08 02:45:43.814128872 +0000 2023-11-08T02:46:20.553 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-08 02:43:29.730219769 +0000 2023-11-08T02:46:20.554 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-08 02:43:29.730219769 +0000 2023-11-08T02:46:20.554 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-08T02:46:20.554 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T02:46:20.618 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-08T02:46:20.618 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-08T02:46:20.618 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000206915 s, 2.5 MB/s 2023-11-08T02:46:20.619 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T02:46:20.678 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_4 2023-11-08T02:46:20.736 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T02:46:20.736 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:20.736 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 431177 Links: 1 2023-11-08T02:46:20.736 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:20.737 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:20.737 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-08 02:45:43.814128872 +0000 2023-11-08T02:46:20.737 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-08 02:43:30.256204793 +0000 2023-11-08T02:46:20.737 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-08 02:43:30.256204793 +0000 2023-11-08T02:46:20.737 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-08T02:46:20.738 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T02:46:20.801 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-08T02:46:20.801 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-08T02:46:20.801 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000229549 s, 2.2 MB/s 2023-11-08T02:46:20.802 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T02:46:20.861 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-08T02:46:20.862 DEBUG:teuthology.orchestra.run.smithi152:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:46:20.883 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-11-08T02:46:20.884 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_1 2023-11-08T02:46:20.946 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T02:46:20.946 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:20.946 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 414308 Links: 1 2023-11-08T02:46:20.946 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:20.947 INFO:teuthology.orchestra.run.smithi152.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:20.947 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-08 02:46:11.006450702 +0000 2023-11-08T02:46:20.947 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-08 02:43:28.512316479 +0000 2023-11-08T02:46:20.947 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-08 02:43:28.512316479 +0000 2023-11-08T02:46:20.947 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-08T02:46:20.948 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T02:46:21.017 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-08T02:46:21.017 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-08T02:46:21.018 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000254224 s, 2.0 MB/s 2023-11-08T02:46:21.019 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T02:46:21.081 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_2 2023-11-08T02:46:21.141 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T02:46:21.142 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:21.142 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 423291 Links: 1 2023-11-08T02:46:21.142 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:21.142 INFO:teuthology.orchestra.run.smithi152.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:21.143 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-08 02:46:11.006450702 +0000 2023-11-08T02:46:21.143 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-08 02:43:29.015310912 +0000 2023-11-08T02:46:21.143 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-08 02:43:29.015310912 +0000 2023-11-08T02:46:21.143 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-08T02:46:21.144 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T02:46:21.209 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-08T02:46:21.210 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-08T02:46:21.210 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000201826 s, 2.5 MB/s 2023-11-08T02:46:21.211 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T02:46:21.271 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_3 2023-11-08T02:46:21.330 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T02:46:21.330 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:21.331 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 414402 Links: 1 2023-11-08T02:46:21.331 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:21.331 INFO:teuthology.orchestra.run.smithi152.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:21.331 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-08 02:46:11.006450702 +0000 2023-11-08T02:46:21.332 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-08 02:43:29.516305367 +0000 2023-11-08T02:46:21.332 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-08 02:43:29.516305367 +0000 2023-11-08T02:46:21.332 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-08T02:46:21.332 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T02:46:21.397 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-08T02:46:21.397 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-08T02:46:21.397 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000225566 s, 2.3 MB/s 2023-11-08T02:46:21.398 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T02:46:21.457 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_4 2023-11-08T02:46:21.515 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T02:46:21.515 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:46:21.516 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 428243 Links: 1 2023-11-08T02:46:21.516 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:46:21.516 INFO:teuthology.orchestra.run.smithi152.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:46:21.516 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-08 02:46:11.006450702 +0000 2023-11-08T02:46:21.516 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-08 02:43:30.032299656 +0000 2023-11-08T02:46:21.517 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-08 02:43:30.032299656 +0000 2023-11-08T02:46:21.517 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-08T02:46:21.517 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T02:46:21.582 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-08T02:46:21.582 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-08T02:46:21.583 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000227686 s, 2.2 MB/s 2023-11-08T02:46:21.584 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T02:46:21.643 INFO:tasks.cephadm:Deploying osd.0 on smithi092 with /dev/vg_nvme/lv_4... 2023-11-08T02:46:21.643 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-08T02:46:22.924 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-08T02:46:22.925 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-08T02:46:22.925 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2023-11-08T02:46:22.925 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2023-11-08T02:46:22.925 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111532 s, 940 MB/s 2023-11-08T02:46:22.926 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2023-11-08T02:46:23.326 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi092:vg_nvme/lv_4 2023-11-08T02:50:50.305 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 0 on host 'smithi092' 2023-11-08T02:50:50.611 DEBUG:teuthology.orchestra.run.smithi092:osd.0> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.0.service 2023-11-08T02:50:50.614 INFO:tasks.cephadm:Deploying osd.1 on smithi092 with /dev/vg_nvme/lv_3... 2023-11-08T02:50:50.614 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-08T02:50:50.645 INFO:journalctl@ceph.osd.0.smithi092.stdout:-- Logs begin at Wed 2023-11-08 02:32:44 UTC. -- 2023-11-08T02:50:51.990 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-08T02:50:51.991 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-08T02:50:51.991 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2023-11-08T02:50:51.991 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2023-11-08T02:50:51.992 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122342 s, 857 MB/s 2023-11-08T02:50:51.992 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2023-11-08T02:50:52.349 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi092:vg_nvme/lv_3 2023-11-08T02:51:14.292 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 1 on host 'smithi092' 2023-11-08T02:51:14.620 DEBUG:teuthology.orchestra.run.smithi092:osd.1> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.1.service 2023-11-08T02:51:14.622 INFO:tasks.cephadm:Deploying osd.2 on smithi092 with /dev/vg_nvme/lv_2... 2023-11-08T02:51:14.623 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-08T02:51:14.652 INFO:journalctl@ceph.osd.1.smithi092.stdout:-- Logs begin at Wed 2023-11-08 02:32:44 UTC. -- 2023-11-08T02:51:15.925 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-08T02:51:15.925 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-08T02:51:15.925 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2023-11-08T02:51:15.926 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2023-11-08T02:51:15.926 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0150794 s, 695 MB/s 2023-11-08T02:51:15.926 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2023-11-08T02:51:16.281 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi092:vg_nvme/lv_2 2023-11-08T02:51:25.689 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 2 on host 'smithi092' 2023-11-08T02:51:26.000 DEBUG:teuthology.orchestra.run.smithi092:osd.2> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.2.service 2023-11-08T02:51:26.002 INFO:tasks.cephadm:Deploying osd.3 on smithi092 with /dev/vg_nvme/lv_1... 2023-11-08T02:51:26.003 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-08T02:51:26.031 INFO:journalctl@ceph.osd.2.smithi092.stdout:-- Logs begin at Wed 2023-11-08 02:32:44 UTC. -- 2023-11-08T02:51:27.315 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-08T02:51:27.316 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-08T02:51:27.316 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2023-11-08T02:51:27.316 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2023-11-08T02:51:27.317 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120883 s, 867 MB/s 2023-11-08T02:51:27.317 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2023-11-08T02:51:27.667 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi092:vg_nvme/lv_1 2023-11-08T02:51:39.975 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 3 on host 'smithi092' 2023-11-08T02:51:41.210 DEBUG:teuthology.orchestra.run.smithi092:osd.3> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.3.service 2023-11-08T02:51:41.213 INFO:tasks.cephadm:Deploying osd.4 on smithi152 with /dev/vg_nvme/lv_4... 2023-11-08T02:51:41.213 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-08T02:51:41.247 INFO:journalctl@ceph.osd.3.smithi092.stdout:-- Logs begin at Wed 2023-11-08 02:32:44 UTC. -- 2023-11-08T02:51:42.604 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-08T02:51:42.605 INFO:teuthology.orchestra.run.smithi152.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-08T02:51:42.605 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10+0 records in 2023-11-08T02:51:42.605 INFO:teuthology.orchestra.run.smithi152.stderr:10+0 records out 2023-11-08T02:51:42.605 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111857 s, 937 MB/s 2023-11-08T02:51:42.605 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping successful for: 2023-11-08T02:51:42.990 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi152:vg_nvme/lv_4 2023-11-08T02:53:16.514 INFO:teuthology.orchestra.run.smithi152.stdout:Created osd(s) 4 on host 'smithi152' 2023-11-08T02:53:16.849 DEBUG:teuthology.orchestra.run.smithi152:osd.4> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.4.service 2023-11-08T02:53:16.852 INFO:tasks.cephadm:Deploying osd.5 on smithi152 with /dev/vg_nvme/lv_3... 2023-11-08T02:53:16.853 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-08T02:53:16.882 INFO:journalctl@ceph.osd.4.smithi152.stdout:-- Logs begin at Wed 2023-11-08 02:36:19 UTC. -- 2023-11-08T02:53:18.257 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-08T02:53:18.258 INFO:teuthology.orchestra.run.smithi152.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-08T02:53:18.258 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10+0 records in 2023-11-08T02:53:18.258 INFO:teuthology.orchestra.run.smithi152.stderr:10+0 records out 2023-11-08T02:53:18.258 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122445 s, 856 MB/s 2023-11-08T02:53:18.258 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping successful for: 2023-11-08T02:53:18.633 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi152:vg_nvme/lv_3 2023-11-08T02:53:28.414 INFO:teuthology.orchestra.run.smithi152.stdout:Created osd(s) 5 on host 'smithi152' 2023-11-08T02:53:28.740 DEBUG:teuthology.orchestra.run.smithi152:osd.5> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.5.service 2023-11-08T02:53:28.743 INFO:tasks.cephadm:Deploying osd.6 on smithi152 with /dev/vg_nvme/lv_2... 2023-11-08T02:53:28.743 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-08T02:53:28.774 INFO:journalctl@ceph.osd.5.smithi152.stdout:-- Logs begin at Wed 2023-11-08 02:36:19 UTC. -- 2023-11-08T02:53:30.163 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-08T02:53:30.164 INFO:teuthology.orchestra.run.smithi152.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-08T02:53:30.164 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10+0 records in 2023-11-08T02:53:30.164 INFO:teuthology.orchestra.run.smithi152.stderr:10+0 records out 2023-11-08T02:53:30.164 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132275 s, 793 MB/s 2023-11-08T02:53:30.165 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping successful for: 2023-11-08T02:53:30.590 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi152:vg_nvme/lv_2 2023-11-08T02:53:40.434 INFO:teuthology.orchestra.run.smithi152.stdout:Created osd(s) 6 on host 'smithi152' 2023-11-08T02:53:40.747 DEBUG:teuthology.orchestra.run.smithi152:osd.6> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.6.service 2023-11-08T02:53:40.749 INFO:tasks.cephadm:Deploying osd.7 on smithi152 with /dev/vg_nvme/lv_1... 2023-11-08T02:53:40.750 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-08T02:53:40.779 INFO:journalctl@ceph.osd.6.smithi152.stdout:-- Logs begin at Wed 2023-11-08 02:36:19 UTC. -- 2023-11-08T02:53:42.167 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-08T02:53:42.167 INFO:teuthology.orchestra.run.smithi152.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-08T02:53:42.168 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10+0 records in 2023-11-08T02:53:42.168 INFO:teuthology.orchestra.run.smithi152.stderr:10+0 records out 2023-11-08T02:53:42.168 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120533 s, 870 MB/s 2023-11-08T02:53:42.168 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping successful for: 2023-11-08T02:53:42.579 DEBUG:teuthology.orchestra.run.smithi152:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi152:vg_nvme/lv_1 2023-11-08T02:53:52.458 INFO:teuthology.orchestra.run.smithi152.stdout:Created osd(s) 7 on host 'smithi152' 2023-11-08T02:53:52.803 DEBUG:teuthology.orchestra.run.smithi152:osd.7> sudo journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.7.service 2023-11-08T02:53:52.806 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-08T02:53:52.807 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:53:52.836 INFO:journalctl@ceph.osd.7.smithi152.stdout:-- Logs begin at Wed 2023-11-08 02:36:19 UTC. -- 2023-11-08T02:53:54.028 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:53:54.375 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1699412024,"num_in_osds":7,"osd_in_since":1699412024,"num_remapped_pgs":0} 2023-11-08T02:53:55.377 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:53:56.633 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:53:57.032 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":46,"num_osds":8,"num_up_osds":8,"osd_up_since":1699412036,"num_in_osds":8,"osd_in_since":1699412036,"num_remapped_pgs":0} 2023-11-08T02:53:57.033 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T02:53:57.034 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T02:53:58.237 INFO:teuthology.orchestra.run.smithi092.stdout:[client.0] 2023-11-08T02:53:58.238 INFO:teuthology.orchestra.run.smithi092.stdout: key = AQBG+Eplipb0DRAAuEUcAB0T+Go+DAuteTQHHw== 2023-11-08T02:53:58.593 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-08T02:53:58.593 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-08T02:53:58.594 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-08T02:53:58.633 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:53:58.806 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:53:59.836 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:53:59.836 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":47,"fsid":"b8d63114-7de0-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:44:47.669201+0000","modified":"2023-11-08T02:53:57.118136+0000","last_up_change":"2023-11-08T02:53:56.106478+0000","last_in_change":"2023-11-08T02:53:56.106478+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-11-08T02:46:07.268189+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":"5237a76e-8f1e-4862-97f6-f3ab16ec2535","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6803","nonce":1393740763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6805","nonce":1393740763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6809","nonce":1393740763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6807","nonce":1393740763}]},"public_addr":"172.21.15.92:6803/1393740763","cluster_addr":"172.21.15.92:6805/1393740763","heartbeat_back_addr":"172.21.15.92:6809/1393740763","heartbeat_front_addr":"172.21.15.92:6807/1393740763","state":["exists","up"]},{"osd":1,"uuid":"9fd01cc0-e7b6-464f-9e94-57be687d9216","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6811","nonce":3508004545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6813","nonce":3508004545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6816","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6817","nonce":3508004545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6815","nonce":3508004545}]},"public_addr":"172.21.15.92:6811/3508004545","cluster_addr":"172.21.15.92:6813/3508004545","heartbeat_back_addr":"172.21.15.92:6817/3508004545","heartbeat_front_addr":"172.21.15.92:6815/3508004545","state":["exists","up"]},{"osd":2,"uuid":"38b656c1-8aa2-4555-9725-9e218c408a24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6819","nonce":226172050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6821","nonce":226172050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6825","nonce":226172050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6823","nonce":226172050}]},"public_addr":"172.21.15.92:6819/226172050","cluster_addr":"172.21.15.92:6821/226172050","heartbeat_back_addr":"172.21.15.92:6825/226172050","heartbeat_front_addr":"172.21.15.92:6823/226172050","state":["exists","up"]},{"osd":3,"uuid":"a2df0fde-3eaa-420a-86c3-3600562b9e2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6827","nonce":2487626481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6829","nonce":2487626481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6832","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6833","nonce":2487626481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6831","nonce":2487626481}]},"public_addr":"172.21.15.92:6827/2487626481","cluster_addr":"172.21.15.92:6829/2487626481","heartbeat_back_addr":"172.21.15.92:6833/2487626481","heartbeat_front_addr":"172.21.15.92:6831/2487626481","state":["exists","up"]},{"osd":4,"uuid":"2204fadd-1ca2-48ef-8722-4dd872638d1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6801","nonce":2133779210}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6803","nonce":2133779210}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6807","nonce":2133779210}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6805","nonce":2133779210}]},"public_addr":"172.21.15.152:6801/2133779210","cluster_addr":"172.21.15.152:6803/2133779210","heartbeat_back_addr":"172.21.15.152:6807/2133779210","heartbeat_front_addr":"172.21.15.152:6805/2133779210","state":["exists","up"]},{"osd":5,"uuid":"ea44de0f-f12c-4dc6-9475-91336a1d325f","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.152:6808","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6809","nonce":3102627586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6810","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6811","nonce":3102627586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6814","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6815","nonce":3102627586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6812","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6813","nonce":3102627586}]},"public_addr":"172.21.15.152:6809/3102627586","cluster_addr":"172.21.15.152:6811/3102627586","heartbeat_back_addr":"172.21.15.152:6815/3102627586","heartbeat_front_addr":"172.21.15.152:6813/3102627586","state":["exists","up"]},{"osd":6,"uuid":"72ec7b01-5ce6-4c03-b006-f9d9e3a07be9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6816","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6817","nonce":3391447189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6818","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6819","nonce":3391447189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6822","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6823","nonce":3391447189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6820","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6821","nonce":3391447189}]},"public_addr":"172.21.15.152:6817/3391447189","cluster_addr":"172.21.15.152:6819/3391447189","heartbeat_back_addr":"172.21.15.152:6823/3391447189","heartbeat_front_addr":"172.21.15.152:6821/3391447189","state":["exists","up"]},{"osd":7,"uuid":"58348123-e0b8-473d-8cfe-ada5069ca94c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6824","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6825","nonce":1599239907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6826","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6827","nonce":1599239907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6830","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6831","nonce":1599239907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6828","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6829","nonce":1599239907}]},"public_addr":"172.21.15.152:6825/1599239907","cluster_addr":"172.21.15.152:6827/1599239907","heartbeat_back_addr":"172.21.15.152:6831/1599239907","heartbeat_front_addr":"172.21.15.152:6829/1599239907","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-11-08T02:50:52.303980+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-11-08T02:51:16.366018+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-11-08T02:51:27.707097+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-11-08T02:51:41.680552+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-11-08T02:53:18.564365+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-11-08T02:53:30.425260+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-11-08T02:53:42.492399+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-11-08T02:53:54.485623+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.92:0/2267206459":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6801/546014212":"2023-11-09T02:45:35.766080+0000","172.21.15.92:0/2107458444":"2023-11-09T02:45:24.147949+0000","172.21.15.92:0/2459244713":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6801/3168519765":"2023-11-09T02:45:24.147949+0000","172.21.15.92:6800/3168519765":"2023-11-09T02:45:24.147949+0000","172.21.15.92:0/4142305902":"2023-11-09T02:45:24.147949+0000","172.21.15.92:6801/1657309471":"2023-11-09T02:45:03.742072+0000","172.21.15.92:0/2377481005":"2023-11-09T02:45:03.742072+0000","172.21.15.92:6800/546014212":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6800/1657309471":"2023-11-09T02:45:03.742072+0000","172.21.15.92:0/3984541664":"2023-11-09T02:45:03.742072+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-11-08T02:54:00.190 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-08T02:46:07.268189+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-11-08T02:54:00.191 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-08T02:54:00.328 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:01.317 INFO:teuthology.orchestra.run.smithi092.stdout:pg_num: 1 2023-11-08T02:54:01.657 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T02:54:01.657 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T02:54:01.658 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T02:54:01.793 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:02.958 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:03.331 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi092.egylko","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":2197411164},{"type":"v1","addr":"172.21.15.92:6801","nonce":2197411164}]},"active_addr":"172.21.15.92:6801/2197411164","active_change":"2023-11-08T02:45:35.766389+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24117,"name":"smithi152.oopqnf","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://smithi092.front.sepia.ceph.com:8443/","prometheus":"http://smithi092.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.92:0","nonce":1407780834}]},{"addrvec":[{"type":"v2","addr":"172.21.15.92:0","nonce":3905293592}]}]}} 2023-11-08T02:54:03.335 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T02:54:03.335 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T02:54:03.335 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:54:03.472 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:04.488 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:04.489 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":47,"fsid":"b8d63114-7de0-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:44:47.669201+0000","modified":"2023-11-08T02:53:57.118136+0000","last_up_change":"2023-11-08T02:53:56.106478+0000","last_in_change":"2023-11-08T02:53:56.106478+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-11-08T02:46:07.268189+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":"5237a76e-8f1e-4862-97f6-f3ab16ec2535","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6803","nonce":1393740763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6805","nonce":1393740763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6809","nonce":1393740763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6807","nonce":1393740763}]},"public_addr":"172.21.15.92:6803/1393740763","cluster_addr":"172.21.15.92:6805/1393740763","heartbeat_back_addr":"172.21.15.92:6809/1393740763","heartbeat_front_addr":"172.21.15.92:6807/1393740763","state":["exists","up"]},{"osd":1,"uuid":"9fd01cc0-e7b6-464f-9e94-57be687d9216","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6811","nonce":3508004545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6813","nonce":3508004545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6816","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6817","nonce":3508004545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6815","nonce":3508004545}]},"public_addr":"172.21.15.92:6811/3508004545","cluster_addr":"172.21.15.92:6813/3508004545","heartbeat_back_addr":"172.21.15.92:6817/3508004545","heartbeat_front_addr":"172.21.15.92:6815/3508004545","state":["exists","up"]},{"osd":2,"uuid":"38b656c1-8aa2-4555-9725-9e218c408a24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6819","nonce":226172050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6821","nonce":226172050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6825","nonce":226172050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6823","nonce":226172050}]},"public_addr":"172.21.15.92:6819/226172050","cluster_addr":"172.21.15.92:6821/226172050","heartbeat_back_addr":"172.21.15.92:6825/226172050","heartbeat_front_addr":"172.21.15.92:6823/226172050","state":["exists","up"]},{"osd":3,"uuid":"a2df0fde-3eaa-420a-86c3-3600562b9e2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6827","nonce":2487626481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6829","nonce":2487626481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6832","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6833","nonce":2487626481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6831","nonce":2487626481}]},"public_addr":"172.21.15.92:6827/2487626481","cluster_addr":"172.21.15.92:6829/2487626481","heartbeat_back_addr":"172.21.15.92:6833/2487626481","heartbeat_front_addr":"172.21.15.92:6831/2487626481","state":["exists","up"]},{"osd":4,"uuid":"2204fadd-1ca2-48ef-8722-4dd872638d1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6801","nonce":2133779210}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6803","nonce":2133779210}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6807","nonce":2133779210}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6805","nonce":2133779210}]},"public_addr":"172.21.15.152:6801/2133779210","cluster_addr":"172.21.15.152:6803/2133779210","heartbeat_back_addr":"172.21.15.152:6807/2133779210","heartbeat_front_addr":"172.21.15.152:6805/2133779210","state":["exists","up"]},{"osd":5,"uuid":"ea44de0f-f12c-4dc6-9475-91336a1d325f","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.152:6808","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6809","nonce":3102627586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6810","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6811","nonce":3102627586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6814","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6815","nonce":3102627586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6812","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6813","nonce":3102627586}]},"public_addr":"172.21.15.152:6809/3102627586","cluster_addr":"172.21.15.152:6811/3102627586","heartbeat_back_addr":"172.21.15.152:6815/3102627586","heartbeat_front_addr":"172.21.15.152:6813/3102627586","state":["exists","up"]},{"osd":6,"uuid":"72ec7b01-5ce6-4c03-b006-f9d9e3a07be9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6816","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6817","nonce":3391447189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6818","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6819","nonce":3391447189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6822","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6823","nonce":3391447189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6820","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6821","nonce":3391447189}]},"public_addr":"172.21.15.152:6817/3391447189","cluster_addr":"172.21.15.152:6819/3391447189","heartbeat_back_addr":"172.21.15.152:6823/3391447189","heartbeat_front_addr":"172.21.15.152:6821/3391447189","state":["exists","up"]},{"osd":7,"uuid":"58348123-e0b8-473d-8cfe-ada5069ca94c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6824","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6825","nonce":1599239907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6826","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6827","nonce":1599239907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6830","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6831","nonce":1599239907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6828","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6829","nonce":1599239907}]},"public_addr":"172.21.15.152:6825/1599239907","cluster_addr":"172.21.15.152:6827/1599239907","heartbeat_back_addr":"172.21.15.152:6831/1599239907","heartbeat_front_addr":"172.21.15.152:6829/1599239907","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-11-08T02:50:52.303980+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-11-08T02:51:16.366018+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-11-08T02:51:27.707097+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-11-08T02:51:41.680552+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-11-08T02:53:18.564365+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-11-08T02:53:30.425260+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-11-08T02:53:42.492399+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-11-08T02:53:54.485623+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.92:0/2267206459":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6801/546014212":"2023-11-09T02:45:35.766080+0000","172.21.15.92:0/2107458444":"2023-11-09T02:45:24.147949+0000","172.21.15.92:0/2459244713":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6801/3168519765":"2023-11-09T02:45:24.147949+0000","172.21.15.92:6800/3168519765":"2023-11-09T02:45:24.147949+0000","172.21.15.92:0/4142305902":"2023-11-09T02:45:24.147949+0000","172.21.15.92:6801/1657309471":"2023-11-09T02:45:03.742072+0000","172.21.15.92:0/2377481005":"2023-11-09T02:45:03.742072+0000","172.21.15.92:6800/546014212":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6800/1657309471":"2023-11-09T02:45:03.742072+0000","172.21.15.92:0/3984541664":"2023-11-09T02:45:03.742072+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-11-08T02:54:04.840 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T02:54:04.840 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:54:04.975 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:06.103 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:06.103 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":47,"fsid":"b8d63114-7de0-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:44:47.669201+0000","modified":"2023-11-08T02:53:57.118136+0000","last_up_change":"2023-11-08T02:53:56.106478+0000","last_in_change":"2023-11-08T02:53:56.106478+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-11-08T02:46:07.268189+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":"5237a76e-8f1e-4862-97f6-f3ab16ec2535","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6803","nonce":1393740763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6805","nonce":1393740763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6809","nonce":1393740763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1393740763},{"type":"v1","addr":"172.21.15.92:6807","nonce":1393740763}]},"public_addr":"172.21.15.92:6803/1393740763","cluster_addr":"172.21.15.92:6805/1393740763","heartbeat_back_addr":"172.21.15.92:6809/1393740763","heartbeat_front_addr":"172.21.15.92:6807/1393740763","state":["exists","up"]},{"osd":1,"uuid":"9fd01cc0-e7b6-464f-9e94-57be687d9216","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6811","nonce":3508004545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6813","nonce":3508004545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6816","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6817","nonce":3508004545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":3508004545},{"type":"v1","addr":"172.21.15.92:6815","nonce":3508004545}]},"public_addr":"172.21.15.92:6811/3508004545","cluster_addr":"172.21.15.92:6813/3508004545","heartbeat_back_addr":"172.21.15.92:6817/3508004545","heartbeat_front_addr":"172.21.15.92:6815/3508004545","state":["exists","up"]},{"osd":2,"uuid":"38b656c1-8aa2-4555-9725-9e218c408a24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6819","nonce":226172050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6821","nonce":226172050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6825","nonce":226172050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":226172050},{"type":"v1","addr":"172.21.15.92:6823","nonce":226172050}]},"public_addr":"172.21.15.92:6819/226172050","cluster_addr":"172.21.15.92:6821/226172050","heartbeat_back_addr":"172.21.15.92:6825/226172050","heartbeat_front_addr":"172.21.15.92:6823/226172050","state":["exists","up"]},{"osd":3,"uuid":"a2df0fde-3eaa-420a-86c3-3600562b9e2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6827","nonce":2487626481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6829","nonce":2487626481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6832","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6833","nonce":2487626481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":2487626481},{"type":"v1","addr":"172.21.15.92:6831","nonce":2487626481}]},"public_addr":"172.21.15.92:6827/2487626481","cluster_addr":"172.21.15.92:6829/2487626481","heartbeat_back_addr":"172.21.15.92:6833/2487626481","heartbeat_front_addr":"172.21.15.92:6831/2487626481","state":["exists","up"]},{"osd":4,"uuid":"2204fadd-1ca2-48ef-8722-4dd872638d1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6801","nonce":2133779210}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6803","nonce":2133779210}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6807","nonce":2133779210}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":2133779210},{"type":"v1","addr":"172.21.15.152:6805","nonce":2133779210}]},"public_addr":"172.21.15.152:6801/2133779210","cluster_addr":"172.21.15.152:6803/2133779210","heartbeat_back_addr":"172.21.15.152:6807/2133779210","heartbeat_front_addr":"172.21.15.152:6805/2133779210","state":["exists","up"]},{"osd":5,"uuid":"ea44de0f-f12c-4dc6-9475-91336a1d325f","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.152:6808","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6809","nonce":3102627586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6810","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6811","nonce":3102627586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6814","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6815","nonce":3102627586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6812","nonce":3102627586},{"type":"v1","addr":"172.21.15.152:6813","nonce":3102627586}]},"public_addr":"172.21.15.152:6809/3102627586","cluster_addr":"172.21.15.152:6811/3102627586","heartbeat_back_addr":"172.21.15.152:6815/3102627586","heartbeat_front_addr":"172.21.15.152:6813/3102627586","state":["exists","up"]},{"osd":6,"uuid":"72ec7b01-5ce6-4c03-b006-f9d9e3a07be9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6816","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6817","nonce":3391447189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6818","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6819","nonce":3391447189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6822","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6823","nonce":3391447189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6820","nonce":3391447189},{"type":"v1","addr":"172.21.15.152:6821","nonce":3391447189}]},"public_addr":"172.21.15.152:6817/3391447189","cluster_addr":"172.21.15.152:6819/3391447189","heartbeat_back_addr":"172.21.15.152:6823/3391447189","heartbeat_front_addr":"172.21.15.152:6821/3391447189","state":["exists","up"]},{"osd":7,"uuid":"58348123-e0b8-473d-8cfe-ada5069ca94c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6824","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6825","nonce":1599239907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6826","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6827","nonce":1599239907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6830","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6831","nonce":1599239907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6828","nonce":1599239907},{"type":"v1","addr":"172.21.15.152:6829","nonce":1599239907}]},"public_addr":"172.21.15.152:6825/1599239907","cluster_addr":"172.21.15.152:6827/1599239907","heartbeat_back_addr":"172.21.15.152:6831/1599239907","heartbeat_front_addr":"172.21.15.152:6829/1599239907","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-11-08T02:50:52.303980+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-11-08T02:51:16.366018+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-11-08T02:51:27.707097+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-11-08T02:51:41.680552+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-11-08T02:53:18.564365+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-11-08T02:53:30.425260+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-11-08T02:53:42.492399+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-11-08T02:53:54.485623+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.92:0/2267206459":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6801/546014212":"2023-11-09T02:45:35.766080+0000","172.21.15.92:0/2107458444":"2023-11-09T02:45:24.147949+0000","172.21.15.92:0/2459244713":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6801/3168519765":"2023-11-09T02:45:24.147949+0000","172.21.15.92:6800/3168519765":"2023-11-09T02:45:24.147949+0000","172.21.15.92:0/4142305902":"2023-11-09T02:45:24.147949+0000","172.21.15.92:6801/1657309471":"2023-11-09T02:45:03.742072+0000","172.21.15.92:0/2377481005":"2023-11-09T02:45:03.742072+0000","172.21.15.92:6800/546014212":"2023-11-09T02:45:35.766080+0000","172.21.15.92:6800/1657309471":"2023-11-09T02:45:03.742072+0000","172.21.15.92:0/3984541664":"2023-11-09T02:45:03.742072+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-11-08T02:54:06.480 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T02:54:06.617 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:07.847 INFO:teuthology.orchestra.run.smithi092.stdout:47244640298 2023-11-08T02:54:07.848 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T02:54:07.985 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:09.196 INFO:teuthology.orchestra.run.smithi092.stdout:73014444069 2023-11-08T02:54:09.197 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T02:54:09.334 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:10.596 INFO:teuthology.orchestra.run.smithi092.stdout:90194313251 2023-11-08T02:54:10.597 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-08T02:54:10.734 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:12.012 INFO:teuthology.orchestra.run.smithi092.stdout:111669149728 2023-11-08T02:54:12.013 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-08T02:54:12.152 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:13.412 INFO:teuthology.orchestra.run.smithi092.stdout:133143986189 2023-11-08T02:54:13.413 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-08T02:54:13.548 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:14.870 INFO:teuthology.orchestra.run.smithi092.stdout:154618822667 2023-11-08T02:54:14.870 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-08T02:54:15.007 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:16.228 INFO:teuthology.orchestra.run.smithi092.stdout:176093659144 2023-11-08T02:54:16.229 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-08T02:54:16.364 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:17.619 INFO:teuthology.orchestra.run.smithi092.stdout:197568495623 2023-11-08T02:54:17.619 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T02:54:17.756 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:18.854 INFO:teuthology.orchestra.run.smithi092.stdout:47244640300 2023-11-08T02:54:19.203 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640298 got 47244640300 for osd.0 2023-11-08T02:54:19.203 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T02:54:19.339 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:20.444 INFO:teuthology.orchestra.run.smithi092.stdout:73014444072 2023-11-08T02:54:20.802 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444069 got 73014444072 for osd.1 2023-11-08T02:54:20.802 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T02:54:20.938 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:22.001 INFO:teuthology.orchestra.run.smithi092.stdout:90194313253 2023-11-08T02:54:22.343 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313251 got 90194313253 for osd.2 2023-11-08T02:54:22.344 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-08T02:54:22.480 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:23.538 INFO:teuthology.orchestra.run.smithi092.stdout:111669149730 2023-11-08T02:54:23.885 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149728 got 111669149730 for osd.3 2023-11-08T02:54:23.886 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-08T02:54:24.022 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:25.004 INFO:teuthology.orchestra.run.smithi092.stdout:133143986191 2023-11-08T02:54:25.434 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986189 got 133143986191 for osd.4 2023-11-08T02:54:25.435 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-08T02:54:25.570 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:26.537 INFO:teuthology.orchestra.run.smithi092.stdout:154618822669 2023-11-08T02:54:26.901 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822667 got 154618822669 for osd.5 2023-11-08T02:54:26.902 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-08T02:54:27.038 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:28.171 INFO:teuthology.orchestra.run.smithi092.stdout:176093659146 2023-11-08T02:54:28.560 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659144 got 176093659146 for osd.6 2023-11-08T02:54:28.561 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-08T02:54:28.698 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:29.721 INFO:teuthology.orchestra.run.smithi092.stdout:197568495625 2023-11-08T02:54:30.075 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495623 got 197568495625 for osd.7 2023-11-08T02:54:30.076 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T02:54:30.076 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T02:54:30.214 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:31.321 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:31.323 INFO:teuthology.orchestra.run.smithi092.stderr:dumped all 2023-11-08T02:54:31.708 INFO:teuthology.orchestra.run.smithi092.stdout:{"pg_ready":true,"pg_map":{"version":303,"stamp":"2023-11-08T02:54:29.917608+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":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1460248,"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":"47","state":"active+clean","last_fresh":"2023-11-08T02:53:57.138763+0000","last_change":"2023-11-08T02:53:57.138763+0000","last_active":"2023-11-08T02:53:57.138763+0000","last_peered":"2023-11-08T02:53:57.138763+0000","last_clean":"2023-11-08T02:53:57.138763+0000","last_became_active":"2023-11-08T02:53:57.138350+0000","last_became_peered":"2023-11-08T02:53:57.138350+0000","last_unstale":"2023-11-08T02:53:57.138763+0000","last_undegraded":"2023-11-08T02:53:57.138763+0000","last_fullsized":"2023-11-08T02:53:57.138763+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T02:46:08.034481+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T02:46:08.034481+0000","last_clean_scrub_stamp":"2023-11-08T02:46:08.034481+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":46,"seq":197568495625,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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.56000000000000005}]},{"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.56599999999999995}]},{"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.61299999999999999}]},{"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.54600000000000004}]},{"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.38400000000000001}]},{"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.52600000000000002}]}]},{"osd":6,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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.48099999999999998}]},{"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.46500000000000002}]},{"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.51500000000000001}]},{"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.52600000000000002}]},{"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.45700000000000002}]},{"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.38300000000000001}]},{"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.54600000000000004}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34399999999999997,"15min":0.34799999999999998},"min":{"1min":0.215,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.48599999999999999,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.35799999999999998,"15min":0.36599999999999999},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.42199999999999999}]},{"osd":2,"last update":"Wed Nov 8 02:53:31 2023","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.37,"15min":0.376},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.41199999999999998,"5min":0.499,"15min":0.499},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.39900000000000002,"15min":0.40500000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.44700000000000001,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.39800000000000002}]},{"osd":3,"last update":"Wed Nov 8 02:53:50 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.39100000000000001,"15min":0.38700000000000001},"min":{"1min":0.33500000000000002,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.36899999999999999,"15min":0.36699999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.45000000000000001}]},{"osd":4,"last update":"Wed Nov 8 02:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.72499999999999998}]},{"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.57999999999999996}]},{"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.73999999999999999}]},{"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":47244640302,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:54:21 2023","interfaces":[{"interface":"back","average":{"1min":0.30599999999999999,"5min":0.32300000000000001,"15min":0.32100000000000001},"min":{"1min":0.223,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.46500000000000002,"5min":0.46600000000000003,"15min":0.46600000000000003},"last":0.223},{"interface":"front","average":{"1min":0.32700000000000001,"5min":0.33100000000000002,"15min":0.32600000000000001},"min":{"1min":0.17799999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.44800000000000001,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.28299999999999997}]},{"osd":2,"last update":"Wed Nov 8 02:53:32 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.254,"5min":0.214,"15min":0.214},"max":{"1min":0.46400000000000002,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.24099999999999999},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.36499999999999999,"15min":0.36199999999999999},"min":{"1min":0.27800000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.26900000000000002}]},{"osd":3,"last update":"Wed Nov 8 02:53:48 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.39700000000000002,"15min":0.39500000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.504,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.53100000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.254}]},{"osd":4,"last update":"Wed Nov 8 02:54:21 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.59799999999999998}]},{"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.53800000000000003}]},{"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.50600000000000001}]},{"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.57599999999999996}]}]},{"osd":2,"up_from":21,"seq":90194313255,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":182300,"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":"Wed Nov 8 02:53:34 2023","interfaces":[{"interface":"back","average":{"1min":0.31900000000000001,"5min":0.315,"15min":0.315},"min":{"1min":0.215,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.313,"15min":0.31},"min":{"1min":0.26400000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.318}]},{"osd":1,"last update":"Wed Nov 8 02:53:34 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.32200000000000001,"15min":0.318},"min":{"1min":0.27100000000000002,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.23100000000000001},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.33800000000000002,"15min":0.33500000000000002},"min":{"1min":0.28899999999999998,"5min":0.248,"15min":0.248},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.26200000000000001}]},{"osd":3,"last update":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.37,"15min":0.36799999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.29899999999999999}]},{"osd":4,"last update":"Wed Nov 8 02:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.46899999999999997}]},{"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.378}]},{"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.38300000000000001}]},{"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.46300000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149732,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.35199999999999998,"15min":0.35399999999999998},"min":{"1min":0.26600000000000001,"5min":0.253,"15min":0.253},"max":{"1min":0.47499999999999998,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.33800000000000002,"5min":0.379,"15min":0.38600000000000001},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.436,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.28899999999999998}]},{"osd":1,"last update":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.38500000000000001,"15min":0.38900000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.48899999999999999,"5min":0.495,"15min":0.495},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.373,"5min":0.39000000000000001,"15min":0.39300000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.33000000000000002}]},{"osd":2,"last update":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.40600000000000003,"15min":0.40899999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.50800000000000001,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.308},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.38300000000000001,"15min":0.38900000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.46999999999999997,"5min":0.505,"15min":0.505},"last":0.253}]},{"osd":4,"last update":"Wed Nov 8 02:54:20 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.64200000000000002}]},{"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.65200000000000002}]},{"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.59899999999999998}]},{"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.61699999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986192,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.56699999999999995}]},{"osd":1,"last update":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.51400000000000001}]},{"osd":2,"last update":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.621}]},{"osd":3,"last update":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.59699999999999998}]},{"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.39600000000000002}]},{"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.60399999999999998}]},{"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.503}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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.499}]},{"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.36099999999999999}]},{"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.38500000000000001}]},{"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.41299999999999998}]},{"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.32500000000000001}]},{"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.40699999999999997}]},{"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.48699999999999999}]}]}]}} 2023-11-08T02:54:31.710 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T02:54:31.847 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:32.822 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:32.823 INFO:teuthology.orchestra.run.smithi092.stderr:dumped all 2023-11-08T02:54:33.146 INFO:teuthology.orchestra.run.smithi092.stdout:{"pg_ready":true,"pg_map":{"version":304,"stamp":"2023-11-08T02:54:31.918064+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":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1460248,"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":"47","state":"active+clean","last_fresh":"2023-11-08T02:53:57.138763+0000","last_change":"2023-11-08T02:53:57.138763+0000","last_active":"2023-11-08T02:53:57.138763+0000","last_peered":"2023-11-08T02:53:57.138763+0000","last_clean":"2023-11-08T02:53:57.138763+0000","last_became_active":"2023-11-08T02:53:57.138350+0000","last_became_peered":"2023-11-08T02:53:57.138350+0000","last_unstale":"2023-11-08T02:53:57.138763+0000","last_undegraded":"2023-11-08T02:53:57.138763+0000","last_fullsized":"2023-11-08T02:53:57.138763+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T02:46:08.034481+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T02:46:08.034481+0000","last_clean_scrub_stamp":"2023-11-08T02:46:08.034481+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":46,"seq":197568495626,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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.56000000000000005}]},{"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.56599999999999995}]},{"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.61299999999999999}]},{"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.54600000000000004}]},{"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.38400000000000001}]},{"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.52600000000000002}]}]},{"osd":6,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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.48099999999999998}]},{"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.46500000000000002}]},{"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.51500000000000001}]},{"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.52600000000000002}]},{"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.45700000000000002}]},{"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.38300000000000001}]},{"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.54600000000000004}]}]},{"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":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34399999999999997,"15min":0.34799999999999998},"min":{"1min":0.215,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.48599999999999999,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.35799999999999998,"15min":0.36599999999999999},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.42199999999999999}]},{"osd":2,"last update":"Wed Nov 8 02:53:31 2023","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.37,"15min":0.376},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.41199999999999998,"5min":0.499,"15min":0.499},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.39900000000000002,"15min":0.40500000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.44700000000000001,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.39800000000000002}]},{"osd":3,"last update":"Wed Nov 8 02:53:50 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.39100000000000001,"15min":0.38700000000000001},"min":{"1min":0.33500000000000002,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.36899999999999999,"15min":0.36699999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.45000000000000001}]},{"osd":4,"last update":"Wed Nov 8 02:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.72499999999999998}]},{"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.57999999999999996}]},{"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.73999999999999999}]},{"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":47244640303,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:54:21 2023","interfaces":[{"interface":"back","average":{"1min":0.30599999999999999,"5min":0.32300000000000001,"15min":0.32100000000000001},"min":{"1min":0.223,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.46500000000000002,"5min":0.46600000000000003,"15min":0.46600000000000003},"last":0.254},{"interface":"front","average":{"1min":0.32700000000000001,"5min":0.33100000000000002,"15min":0.32600000000000001},"min":{"1min":0.17799999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.44800000000000001,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.20499999999999999}]},{"osd":2,"last update":"Wed Nov 8 02:53:32 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.254,"5min":0.214,"15min":0.214},"max":{"1min":0.46400000000000002,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.182},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.36499999999999999,"15min":0.36199999999999999},"min":{"1min":0.27800000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.28699999999999998}]},{"osd":3,"last update":"Wed Nov 8 02:53:48 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.39700000000000002,"15min":0.39500000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.504,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.53100000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.22900000000000001}]},{"osd":4,"last update":"Wed Nov 8 02:54:21 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.376},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.36899999999999999}]},{"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.32000000000000001}]},{"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.33300000000000002}]},{"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.39500000000000002}]}]},{"osd":2,"up_from":21,"seq":90194313256,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":182300,"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":"Wed Nov 8 02:53:34 2023","interfaces":[{"interface":"back","average":{"1min":0.31900000000000001,"5min":0.315,"15min":0.315},"min":{"1min":0.215,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.218},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.313,"15min":0.31},"min":{"1min":0.26400000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.26600000000000001}]},{"osd":1,"last update":"Wed Nov 8 02:53:34 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.32200000000000001,"15min":0.318},"min":{"1min":0.27100000000000002,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.33800000000000002,"15min":0.33500000000000002},"min":{"1min":0.28899999999999998,"5min":0.248,"15min":0.248},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.23999999999999999}]},{"osd":3,"last update":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.37,"15min":0.36799999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.28999999999999998}]},{"osd":4,"last update":"Wed Nov 8 02:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.60999999999999999}]},{"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.752}]},{"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.69999999999999996}]},{"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.59999999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149732,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.35199999999999998,"15min":0.35399999999999998},"min":{"1min":0.26600000000000001,"5min":0.253,"15min":0.253},"max":{"1min":0.47499999999999998,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.33800000000000002,"5min":0.379,"15min":0.38600000000000001},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.436,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.28899999999999998}]},{"osd":1,"last update":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.38500000000000001,"15min":0.38900000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.48899999999999999,"5min":0.495,"15min":0.495},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.373,"5min":0.39000000000000001,"15min":0.39300000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.33000000000000002}]},{"osd":2,"last update":"Wed Nov 8 02:53:44 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.40600000000000003,"15min":0.40899999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.50800000000000001,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.308},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.38300000000000001,"15min":0.38900000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.46999999999999997,"5min":0.505,"15min":0.505},"last":0.253}]},{"osd":4,"last update":"Wed Nov 8 02:54:20 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.64200000000000002}]},{"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.65200000000000002}]},{"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.59899999999999998}]},{"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.61699999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.503},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.50900000000000001}]},{"osd":1,"last update":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.51900000000000002}]},{"osd":2,"last update":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.53600000000000003}]},{"osd":3,"last update":"Wed Nov 8 02:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.49199999999999999}]},{"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.30099999999999999}]},{"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.38400000000000001}]},{"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.39600000000000002}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182564,"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.499}]},{"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.36099999999999999}]},{"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.38500000000000001}]},{"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.41299999999999998}]},{"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.32500000000000001}]},{"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.40699999999999997}]},{"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.48699999999999999}]}]}]}} 2023-11-08T02:54:33.147 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T02:54:33.147 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T02:54:33.148 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T02:54:33.148 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T02:54:33.285 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi092/config 2023-11-08T02:54:34.415 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:34.765 INFO:teuthology.orchestra.run.smithi092.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T02:54:34.766 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T02:54:34.766 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T02:54:34.767 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:54:34.776 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T02:54:34.777 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-08T02:54:35.994 INFO:teuthology.orchestra.run.smithi092.stdout:Backend: cephadm 2023-11-08T02:54:35.994 INFO:teuthology.orchestra.run.smithi092.stdout:Available: True 2023-11-08T02:54:36.341 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-08T02:54:37.530 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T02:54:37.530 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 starting - - 2023-11-08T02:54:37.530 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 starting - - 2023-11-08T02:54:37.530 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - 2023-11-08T02:54:37.531 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (9m) 9m ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T02:54:37.531 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 starting - - 2023-11-08T02:54:37.531 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (9m) 9m ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T02:54:37.531 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 starting - - 2023-11-08T02:54:37.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 starting - - 2023-11-08T02:54:37.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 starting - - 2023-11-08T02:54:37.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 starting - - 2023-11-08T02:54:37.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 starting - - 2023-11-08T02:54:37.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 starting - - 2023-11-08T02:54:37.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 starting - - 2023-11-08T02:54:37.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 starting - - 2023-11-08T02:54:37.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 starting - - 2023-11-08T02:54:37.891 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-08T02:54:39.069 INFO:teuthology.orchestra.run.smithi092.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2023-11-08T02:54:39.069 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager 0/1 - - count:1 2023-11-08T02:54:39.070 INFO:teuthology.orchestra.run.smithi092.stdout:crash 2/2 - 9m * 2023-11-08T02:54:39.070 INFO:teuthology.orchestra.run.smithi092.stdout:grafana 1/1 - 9m count:1 2023-11-08T02:54:39.070 INFO:teuthology.orchestra.run.smithi092.stdout:mgr 2/2 - 9m count:2 mix mix 2023-11-08T02:54:39.070 INFO:teuthology.orchestra.run.smithi092.stdout:mon 2/5 - 9m count:5 mix mix 2023-11-08T02:54:39.071 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter 0/2 - - * 2023-11-08T02:54:39.071 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus 0/1 - - count:1 2023-11-08T02:54:39.423 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-08T02:54:40.602 INFO:teuthology.orchestra.run.smithi092.stdout:HOST ADDR LABELS STATUS 2023-11-08T02:54:40.603 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 smithi092 2023-11-08T02:54:40.603 INFO:teuthology.orchestra.run.smithi092.stdout:smithi152 smithi152 2023-11-08T02:54:40.947 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-08T02:54:42.177 INFO:teuthology.orchestra.run.smithi092.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-11-08T02:54:42.178 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme0n1 ssd PHFT620400QM400BGN 400G Unknown N/A N/A No 2023-11-08T02:54:42.556 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T02:54:42.564 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T02:54:42.565 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T02:54:42.593 INFO:teuthology.orchestra.run.smithi092.stderr:+ systemctl stop nfs-server 2023-11-08T02:54:42.600 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi152.front.sepia.ceph.com 2023-11-08T02:54:42.601 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T02:54:42.637 INFO:teuthology.orchestra.run.smithi152.stderr:+ systemctl stop nfs-server 2023-11-08T02:54:42.644 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:54:42.653 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T02:54:42.654 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-08T02:54:45.591 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T02:54:45.600 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-08T02:54:45.601 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:46.802 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:46.802 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:54:47.147 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:54:48.147 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:49.351 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:49.352 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:54:49.755 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:54:50.756 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:52.055 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:52.055 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:54:52.454 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:54:53.456 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:54.768 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:54.768 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:54:55.162 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:54:56.163 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:57.448 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:54:57.448 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:54:57.844 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:54:58.846 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:00.068 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:00.068 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:55:00.410 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:01.411 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:02.617 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:02.617 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:55:02.960 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:03.961 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:05.140 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:05.140 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:55:05.459 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:06.461 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:07.774 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:07.775 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\""], "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-11-08T02:55:08.175 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:09.176 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:10.496 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:10.497 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:10.883 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:11.884 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:13.206 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:13.206 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:13.583 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:14.585 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:15.845 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:15.845 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:16.239 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:17.240 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:18.588 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:18.589 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:18.990 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:19.991 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:21.203 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:21.203 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:21.648 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:22.650 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:23.852 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:23.852 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:24.205 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:25.207 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:26.490 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:26.490 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:26.921 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:27.922 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:29.168 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:29.168 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:29.520 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:30.522 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:31.732 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:31.732 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:32.102 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:33.104 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:34.309 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:34.310 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:34.660 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:35.662 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:36.830 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:36.830 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:37.176 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:38.178 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:39.357 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:39.357 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:39.743 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:40.744 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:42.025 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:42.025 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:42.426 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:43.427 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:44.646 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:44.646 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:44.993 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:45.994 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:47.188 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:47.188 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:47.558 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:48.559 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:49.832 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:49.832 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:50.182 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:51.183 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:52.356 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:52.357 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:52.757 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:53.758 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:54.974 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:54.974 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:55.348 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:56.349 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:57.570 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:55:57.590 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:55:57.914 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:55:58.915 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:00.104 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:00.104 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:00.455 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:01.455 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:02.753 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:02.753 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:03.130 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:04.130 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:05.427 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:05.428 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:05.812 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:06.813 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:08.074 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:08.075 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:08.478 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:09.480 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:10.704 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:10.704 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:11.053 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:12.054 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:13.287 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:13.287 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:13.597 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:14.598 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:15.779 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:15.780 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:16.144 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:17.145 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:18.421 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:18.421 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:18.801 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:19.803 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:21.030 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:21.030 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:21.393 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:22.394 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:23.551 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:23.551 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:23.908 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:24.909 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:26.097 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:26.097 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:26.466 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:27.469 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:28.784 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:28.784 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:29.157 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:30.158 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:31.500 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:31.500 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:31.864 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:32.865 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:34.058 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:34.058 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:34.414 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:35.416 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:36.552 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:36.552 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:36.898 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:37.899 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:39.083 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:39.083 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:39.471 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:40.473 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:41.680 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:41.680 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:42.037 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:43.038 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:44.195 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:44.195 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:44.554 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:45.555 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:46.741 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:46.741 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:47.086 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:48.088 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:49.366 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:49.366 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:49.779 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:50.780 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:52.050 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:52.050 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:52.460 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:53.462 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:54.720 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:54.721 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:55.084 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:56.085 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:57.271 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:57.271 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:56:57.618 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:56:58.619 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:59.859 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:56:59.860 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:00.216 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:01.218 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:02.476 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:02.476 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:02.874 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:03.875 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:05.191 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:05.191 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:05.590 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:06.593 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:07.819 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:07.819 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:08.165 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:09.166 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:10.347 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:10.348 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:10.706 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:11.707 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:12.934 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:12.935 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:13.305 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:14.307 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:15.562 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:15.562 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:15.939 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:16.940 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:18.258 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:18.259 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:18.670 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:19.672 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:20.850 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:20.851 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:21.221 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:22.221 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:23.431 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:23.432 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:23.778 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:24.780 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:26.016 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:26.016 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:26.369 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:27.370 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:28.571 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:28.572 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:28.968 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:29.969 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:31.245 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:31.246 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:31.661 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:32.663 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:33.968 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:33.968 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:34.384 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:35.386 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:36.692 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:36.692 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:57:37.108 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:38.109 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:39.717 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:39.718 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:45:26.583997Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:45:17.322246Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:40.342 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:41.343 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:42.880 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:42.880 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:43.258 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:44.259 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:45.558 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:45.559 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:45.872 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:46.873 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:48.133 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:48.133 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:48.514 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:49.515 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:50.741 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:50.742 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:51.131 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:52.132 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:53.435 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:53.435 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:53.846 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:54.848 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:56.137 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:56.138 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:56.546 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:57:57.548 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:58.828 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:57:58.828 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:57:59.261 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:00.262 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:01.524 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:01.524 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:01.869 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:02.871 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:04.067 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:04.068 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:04.428 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:05.429 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:06.650 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:06.650 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:06.969 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:07.971 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:09.265 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:09.265 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:09.626 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:10.627 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:11.953 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:11.953 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:12.350 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:13.352 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:14.657 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:14.657 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:15.017 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:16.018 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:17.306 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:17.307 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:17.708 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:18.710 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:19.948 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:19.948 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:20.298 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:21.299 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:22.520 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:22.521 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:22.873 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:23.875 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:25.168 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:25.168 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:25.531 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:26.532 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:27.722 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:27.722 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:28.105 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:29.106 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:30.390 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:30.390 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:30.780 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:31.782 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:33.088 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:33.089 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:33.479 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:34.480 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:35.798 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:35.798 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:36.263 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:37.266 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:38.556 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:38.556 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:38.961 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:39.962 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:41.229 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:41.230 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:41.636 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:42.637 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:43.863 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:43.863 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:44.177 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:45.179 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:46.386 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:46.386 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:46.751 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:47.751 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:48.916 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:48.916 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:49.292 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:50.293 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:51.580 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:51.580 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:51.942 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:52.944 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:54.222 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:54.222 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:54.641 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:55.641 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:56.879 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:56.879 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:57.233 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:58:58.234 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:59.438 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:58:59.438 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:58:59.815 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:00.815 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:02.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:02.077 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:02.431 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:03.432 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:04.661 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:04.661 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:05.040 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:06.040 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:07.325 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:07.325 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:07.746 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:08.747 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:10.071 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:10.072 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:10.487 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:11.488 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:12.824 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:12.825 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:13.197 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:14.198 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:15.374 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:15.375 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:15.728 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:16.729 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:17.945 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:17.946 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:18.294 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:19.295 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:20.475 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:20.476 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:20.835 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:21.837 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:23.053 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:23.053 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:23.410 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:24.411 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:25.609 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:25.609 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:25.984 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:26.985 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:28.121 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:28.121 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:28.483 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:29.484 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:30.655 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:30.655 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:30.999 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:32.000 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:33.201 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:33.202 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:33.566 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:34.567 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:35.791 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:35.791 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:36.140 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:37.141 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:38.353 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:38.354 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:38.706 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:39.708 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:40.928 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:40.929 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:41.281 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:42.283 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:43.546 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:43.546 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:43.896 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:44.897 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:46.080 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:46.080 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:46.438 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:47.440 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:48.652 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:48.653 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:49.004 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:50.005 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:51.195 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:51.195 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:51.538 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:52.539 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:53.810 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:53.810 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:54.178 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:55.179 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:56.396 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:56.396 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:56.752 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T02:59:57.753 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:58.962 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T02:59:58.962 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T02:59:59.327 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:00.328 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:01.500 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:01.500 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:01.859 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:02.861 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:04.119 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:04.120 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:04.484 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:05.485 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:06.728 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:06.728 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:07.083 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:08.084 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:09.279 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:09.279 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:09.633 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:10.635 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:11.812 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:11.813 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:12.166 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:13.168 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:14.403 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:14.404 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:14.756 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:15.758 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:16.954 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:16.954 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:17.314 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:18.316 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:19.531 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:19.531 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:19.881 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:20.883 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:22.152 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:22.152 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:22.505 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:23.506 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:24.722 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:24.723 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:25.079 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:26.081 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:27.268 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:27.268 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:27.637 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:28.638 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:29.804 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:29.805 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:30.161 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:31.163 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:32.282 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:32.282 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:32.653 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:33.654 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:34.887 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:34.887 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:35.228 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:36.229 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:37.404 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:37.405 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:37.768 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:38.769 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:39.974 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:39.975 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:40.343 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:41.344 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:42.537 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:42.537 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:42.883 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:43.884 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:45.085 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:45.086 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:45.398 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:46.399 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:47.606 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:47.606 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:47.965 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:48.967 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:50.178 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:50.178 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:50.549 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:51.550 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:52.756 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:52.756 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:53.073 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:54.075 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:55.261 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:55.262 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:55.622 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:56.623 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:57.812 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:00:57.813 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:00:58.172 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:00:59.173 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:00.369 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:00.369 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:00.730 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:01.732 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:02.936 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:02.936 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:03.287 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:04.289 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:05.496 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:05.496 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:05.854 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:06.856 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:08.070 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:08.071 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:08.427 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:09.430 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:10.630 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:10.630 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:10.986 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:11.987 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:13.209 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:13.209 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:13.570 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:14.571 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:15.793 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:15.794 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:16.159 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:17.161 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:18.375 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:18.375 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:18.735 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:19.736 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:20.939 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:20.939 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:21.291 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:22.292 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:23.445 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:23.445 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:23.816 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:24.817 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:25.981 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:25.981 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:26.349 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:27.350 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:28.547 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:28.548 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:28.906 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:29.907 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:31.124 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:31.124 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:31.481 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:32.482 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:33.707 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:33.707 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:34.073 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:35.074 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:36.272 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:36.272 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:36.646 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:37.648 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:38.892 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:38.893 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:39.245 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:40.246 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:41.437 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:41.438 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:41.787 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:42.788 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:43.976 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:43.976 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:44.344 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:45.345 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:46.522 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:46.523 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:46.878 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:47.879 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:49.072 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:49.073 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:49.427 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:50.428 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:51.584 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:51.585 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:51.943 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:52.945 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:54.204 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:54.204 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:54.567 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:55.568 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:56.752 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:56.752 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:57.109 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:01:58.110 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:59.289 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:01:59.290 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:01:59.641 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:00.642 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:01.818 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:01.818 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:02.182 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:03.184 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:04.409 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:04.409 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:04.766 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:05.767 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:06.998 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:06.999 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:07.365 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:08.366 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:09.604 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:09.604 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:09.947 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:10.948 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:12.168 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:12.169 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:12.537 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:13.539 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:14.713 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:14.713 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:15.080 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:16.081 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:17.297 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:17.298 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:17.646 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:18.648 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:19.836 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:19.836 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:20.178 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:21.180 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:22.365 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:22.366 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:22.719 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:23.721 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:24.927 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:24.927 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:25.285 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:26.286 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:27.443 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:27.443 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:27.794 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:28.795 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:30.017 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:30.018 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:30.376 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:31.377 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:32.627 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:32.627 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:32.983 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:33.984 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:35.156 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:35.156 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:35.516 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:36.517 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:37.744 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:37.745 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:38.116 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:39.117 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:40.334 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:40.335 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:40.691 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:41.694 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:42.890 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:42.890 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:43.240 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:44.241 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:45.434 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:45.434 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:45.789 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:46.790 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:48.041 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:48.041 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:48.397 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:49.399 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:50.616 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:50.617 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:50.981 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:51.982 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:53.183 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:53.183 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:53.546 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:54.547 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:55.789 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:55.790 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:56.137 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:57.138 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:58.342 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:02:58.343 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:02:58.694 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:02:59.696 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:00.910 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:00.910 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:01.277 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:02.279 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:03.471 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:03.471 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:03.834 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:04.835 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:06.054 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:06.054 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:06.410 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:07.411 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:08.617 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:08.618 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:08.984 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:09.985 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:11.197 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:11.198 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:11.533 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:12.535 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:13.716 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:13.717 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:14.066 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:15.067 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:16.298 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:16.298 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:16.649 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:17.650 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:18.857 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:18.857 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:19.206 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:20.208 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:21.436 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:21.437 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:21.798 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:22.799 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:24.000 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:24.000 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:24.356 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:25.357 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:26.565 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:26.565 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:26.922 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:27.923 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:29.163 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:29.163 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:29.521 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:30.522 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:31.741 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:31.742 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:32.104 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:33.105 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:34.268 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:34.268 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:34.583 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:35.584 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:36.809 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:36.810 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:37.161 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:38.162 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:39.335 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:39.335 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:39.694 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:40.695 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:41.860 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:41.860 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:42.217 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:43.218 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:44.397 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:44.397 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:44.768 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:45.770 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:46.918 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:46.919 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:47.267 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:48.269 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:49.501 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:49.502 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:49.867 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:50.868 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:52.080 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:52.081 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:52.449 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:53.451 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:54.651 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:54.652 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:55.015 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:56.016 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:57.230 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:57.230 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:03:57.590 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:03:58.592 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:59.779 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:03:59.779 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:00.140 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:01.140 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:02.367 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:02.367 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:02.684 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:03.685 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:04.861 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:04.861 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:05.221 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:06.223 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:07.436 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:07.436 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:07.796 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:08.797 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:09.983 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:09.984 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:10.345 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:11.347 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:12.535 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:12.535 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:12.894 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:13.896 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:15.110 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:15.111 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:15.485 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:16.487 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:17.649 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:17.649 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:18.009 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:19.010 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:20.209 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:20.210 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:20.585 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:21.586 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:22.752 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:22.753 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:23.109 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:24.111 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:25.332 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:25.332 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:25.693 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:26.694 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:27.894 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:27.895 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:28.251 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:29.252 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:30.484 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:30.484 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:30.867 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:31.868 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:33.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:33.076 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:33.440 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:34.442 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:35.633 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:35.633 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:35.989 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:36.991 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:38.187 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:38.187 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:38.556 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:39.557 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:40.760 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:40.760 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:41.138 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:42.139 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:43.360 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:43.360 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:43.729 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:44.730 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:45.905 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:45.905 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:46.254 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:47.255 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:48.467 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:48.467 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:48.820 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:49.821 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:51.026 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:51.027 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:51.370 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:52.370 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:53.615 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:53.615 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:53.978 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:54.979 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:56.150 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:56.150 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:56.510 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:04:57.511 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:58.691 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:04:58.691 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:04:59.059 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:05:00.061 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:01.271 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:05:01.272 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:05:01.625 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:05:02.627 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:03.807 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:05:03.808 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:05:04.167 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:05:05.169 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:06.397 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:05:06.397 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z 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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:05:06.766 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T03:05:07.767 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:08.998 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:05:08.999 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:39.759745Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:54:45.241160Z", "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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:39.759804Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:39.759622Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:39.759860Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:39.759866Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:05:06.854305Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T03:03:17Z\" 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-11-08T03:03:51Z\" 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-11-08T03:04: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-11-08T03:05:09.449 INFO:tasks.cephadm:mds.foofs has 1/2 2023-11-08T03:05:10.450 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:11.939 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:05:11.939 INFO:teuthology.orchestra.run.smithi092.stdout:[{"events": ["2023-11-08T02:50:42.436607Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:46:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:47:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T02:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T03:02:40.904410Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi092 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi092 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-11-08T02:58:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: 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=smithi092 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-11-08T03:00: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-11-08T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent 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-11-08T02:45:19.306466Z", "last_refresh": "2023-11-08T02:57:40.399637Z", "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-11-08T02:45:26.583997Z", "last_refresh": "2023-11-08T02:57:40.399884Z", "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:45.245900Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-08T02:54:45.241160Z", "last_refresh": "2023-11-08T03:05:11.493036Z", "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-11-08T02:45:18.480389Z", "last_refresh": "2023-11-08T02:57:40.399577Z", "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-11-08T02:45:17.322246Z", "last_refresh": "2023-11-08T02:57:40.399436Z", "running": 2, "size": 5}}, {"events": ["2023-11-08T02:53:08.922205Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi152 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152\"", "2023-11-08T02:55:09.489185Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi092on smithi092: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi092 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\nsystemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi092\""], "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-11-08T02:45:27.783448Z", "last_refresh": "2023-11-08T02:57:40.400349Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi092"]}, "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-11-08T02:57:40.399692Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-08T02:57:38.406728Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T02:55:46Z\" 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-11-08T02:56:23Z\" 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-11-08T02:57:00Z\" 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-11-08T03:05:06.854305Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi152on smithi152: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi152 ...\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=smithi152 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-11-08T03:03:17Z\" 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-11-08T03:03:51Z\" 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-11-08T03:04: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-11-08T03:05:12.257 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-08T03:05:12.258 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T03:05:12.271 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T03:05:12.271 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-08T03:05:14.002 INFO:teuthology.orchestra.run.smithi092.stderr:Invalid command: missing required parameter clusterid() 2023-11-08T03:05:14.003 INFO:teuthology.orchestra.run.smithi092.stderr:nfs cluster create [] : Create an NFS Cluster 2023-11-08T03:05:14.003 INFO:teuthology.orchestra.run.smithi092.stderr:Error EINVAL: invalid command 2023-11-08T03:05:16.028 INFO:teuthology.orchestra.run.smithi092.stdout:NFS Cluster Created Successfully 2023-11-08T03:05:16.345 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- 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-11-08T03:05:17.659 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:05:17.659 INFO:teuthology.orchestra.run.smithi092.stdout: "bind": "/fake", 2023-11-08T03:05:17.659 INFO:teuthology.orchestra.run.smithi092.stdout: "fs": "foofs", 2023-11-08T03:05:17.660 INFO:teuthology.orchestra.run.smithi092.stdout: "path": "/", 2023-11-08T03:05:17.660 INFO:teuthology.orchestra.run.smithi092.stdout: "cluster": "foo", 2023-11-08T03:05:17.660 INFO:teuthology.orchestra.run.smithi092.stdout: "mode": "RW" 2023-11-08T03:05:17.660 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:05:18.013 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-08T03:24:55.293 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo 2/2 - 6s count:2 2023-11-08T03:24:55.633 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T03:24:55.648 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T03:24:55.649 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-08T03:24:55.681 INFO:teuthology.orchestra.run.smithi092.stderr:+ mkdir /mnt/foo 2023-11-08T03:24:55.698 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-08T03:24:55.765 INFO:teuthology.orchestra.run.smithi092.stderr:++ hostname 2023-11-08T03:24:55.766 INFO:teuthology.orchestra.run.smithi092.stderr:+ mount -t nfs smithi092:/fake /mnt/foo -o sync 2023-11-08T03:25:03.343 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-08T03:25:03.417 INFO:teuthology.orchestra.run.smithi092.stderr:+ echo test 2023-11-08T03:25:03.428 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-08T03:25:03.496 INFO:teuthology.orchestra.run.smithi092.stderr:+ sync 2023-11-08T03:25:03.795 INFO:teuthology.run_tasks:Running task parallel... 2023-11-08T03:25:03.810 INFO:teuthology.task.parallel:starting parallel... 2023-11-08T03:25:03.811 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-08T03:25:03.812 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-08T03:25:03.812 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T03:25:03.813 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-08T03:25:03.813 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-08T03:25:03.813 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-08T03:25:03.814 INFO:teuthology.task.exec:Executing custom commands... 2023-11-08T03:25:03.815 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T03:25:03.815 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-08T03:25:03.881 INFO:teuthology.orchestra.run.smithi092.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-08T03:25:03.881 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:25:03.882 INFO:teuthology.orchestra.run.smithi092.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-08T03:25:03.892 INFO:teuthology.orchestra.run.smithi092.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-08T03:25:03.992 INFO:teuthology.orchestra.run.smithi092.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-08T03:25:03.992 INFO:teuthology.orchestra.run.smithi092.stdout:releasing clients 2023-11-08T03:25:04.992 INFO:teuthology.orchestra.run.smithi092.stdout: 5 296 54.63 MB/sec warmup 1 sec latency 11.730 ms 2023-11-08T03:25:05.481 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-08T03:25:05.992 INFO:teuthology.orchestra.run.smithi092.stdout: 5 628 52.35 MB/sec warmup 2 sec latency 11.522 ms 2023-11-08T03:25:06.993 INFO:teuthology.orchestra.run.smithi092.stdout: 5 1813 43.88 MB/sec warmup 3 sec latency 11.409 ms 2023-11-08T03:25:07.275 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-08T03:25:07.993 INFO:teuthology.orchestra.run.smithi092.stdout: 5 3270 43.79 MB/sec warmup 4 sec latency 11.261 ms 2023-11-08T03:25:08.993 INFO:teuthology.orchestra.run.smithi092.stdout: 5 4402 40.65 MB/sec warmup 5 sec latency 20.918 ms 2023-11-08T03:25:09.111 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph mgr module enable nfs --force' 2023-11-08T03:25:09.993 INFO:teuthology.orchestra.run.smithi092.stdout: 5 5761 38.39 MB/sec warmup 6 sec latency 13.052 ms 2023-11-08T03:25:10.993 INFO:teuthology.orchestra.run.smithi092.stdout: 5 6927 39.35 MB/sec warmup 7 sec latency 14.950 ms 2023-11-08T03:25:11.037 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-08T03:25:11.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 7915 37.30 MB/sec warmup 8 sec latency 23.845 ms 2023-11-08T03:25:12.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 8902 35.87 MB/sec warmup 9 sec latency 15.094 ms 2023-11-08T03:25:13.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 10204 36.14 MB/sec warmup 10 sec latency 23.520 ms 2023-11-08T03:25:14.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 11335 35.69 MB/sec warmup 11 sec latency 17.661 ms 2023-11-08T03:25:15.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 12479 34.88 MB/sec warmup 12 sec latency 18.460 ms 2023-11-08T03:25:16.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 13831 35.30 MB/sec warmup 13 sec latency 16.197 ms 2023-11-08T03:25:17.873 INFO:teuthology.orchestra.run.smithi092.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T03:25:17.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 14652 34.81 MB/sec warmup 14 sec latency 18.548 ms 2023-11-08T03:25:18.253 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-08T03:25:18.253 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T03:25:18.254 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- 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-11-08T03:25:18.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 15387 33.35 MB/sec warmup 15 sec latency 26.958 ms 2023-11-08T03:25:19.803 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:25:19.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 16664 32.92 MB/sec warmup 16 sec latency 25.258 ms 2023-11-08T03:25:20.527 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:25:20.528 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:25:20.528 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (34m) 1s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:25:20.528 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (34m) 0s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:25:20.528 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (20m) 0s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:25:20.529 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (20m) 1s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:25:20.529 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (40m) 0s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:25:20.529 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (34m) 1s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:25:20.529 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (40m) 0s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:25:20.529 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (39m) 1s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:25:20.530 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (26s) 0s ago 26s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:25:20.530 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (30s) 1s ago 29s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:25:20.530 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 0s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:25:20.530 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 1s ago 10m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:25:20.530 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:25:20.531 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:25:20.531 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:25:20.531 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:25:20.531 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (32m) 1s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:25:20.531 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (31m) 1s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:25:20.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (31m) 1s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:25:20.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (31m) 1s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:25:20.981 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:25:20.981 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:25:20.981 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:25:20.981 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:20.982 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:25:20.982 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:25:20.982 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:20.982 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:25:20.982 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:25:20.983 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:20.983 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:25:20.983 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:25:20.983 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:20.983 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:25:20.984 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:25:20.984 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:25:20.984 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:25:20.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 17962 34.06 MB/sec warmup 17 sec latency 15.910 ms 2023-11-08T03:25:21.379 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:25:21.379 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:25:21.379 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:25:21.379 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:25:21.380 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:25:21.380 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:25:21.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 18954 33.10 MB/sec warmup 18 sec latency 15.763 ms 2023-11-08T03:25:22.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 20303 32.83 MB/sec warmup 19 sec latency 27.364 ms 2023-11-08T03:25:23.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 21439 33.52 MB/sec warmup 20 sec latency 44.506 ms 2023-11-08T03:25:24.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 22283 32.55 MB/sec warmup 21 sec latency 17.459 ms 2023-11-08T03:25:25.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 23613 32.34 MB/sec warmup 22 sec latency 20.453 ms 2023-11-08T03:25:26.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 25036 33.44 MB/sec warmup 23 sec latency 11.611 ms 2023-11-08T03:25:27.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 25822 32.46 MB/sec warmup 24 sec latency 19.488 ms 2023-11-08T03:25:28.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 27195 32.41 MB/sec warmup 25 sec latency 19.912 ms 2023-11-08T03:25:29.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 28541 33.12 MB/sec warmup 26 sec latency 13.466 ms 2023-11-08T03:25:30.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 29457 32.52 MB/sec warmup 27 sec latency 23.028 ms 2023-11-08T03:25:31.994 INFO:teuthology.orchestra.run.smithi092.stdout: 5 30621 32.17 MB/sec warmup 28 sec latency 22.666 ms 2023-11-08T03:25:32.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 31619 32.37 MB/sec warmup 29 sec latency 20.415 ms 2023-11-08T03:25:33.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 32489 32.20 MB/sec warmup 30 sec latency 27.482 ms 2023-11-08T03:25:34.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 33637 31.94 MB/sec warmup 31 sec latency 18.034 ms 2023-11-08T03:25:35.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 35109 32.30 MB/sec warmup 32 sec latency 12.358 ms 2023-11-08T03:25:36.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 36143 32.22 MB/sec warmup 33 sec latency 60.145 ms 2023-11-08T03:25:37.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 37075 31.84 MB/sec warmup 34 sec latency 32.907 ms 2023-11-08T03:25:38.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 38041 31.48 MB/sec warmup 35 sec latency 18.551 ms 2023-11-08T03:25:39.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 38973 31.65 MB/sec warmup 36 sec latency 16.254 ms 2023-11-08T03:25:40.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 39838 31.34 MB/sec warmup 37 sec latency 57.793 ms 2023-11-08T03:25:41.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 40993 31.21 MB/sec warmup 38 sec latency 17.699 ms 2023-11-08T03:25:42.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 42193 31.36 MB/sec warmup 39 sec latency 13.269 ms 2023-11-08T03:25:43.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 43099 31.32 MB/sec warmup 40 sec latency 19.768 ms 2023-11-08T03:25:44.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 44216 31.14 MB/sec warmup 41 sec latency 16.306 ms 2023-11-08T03:25:45.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 45673 31.36 MB/sec warmup 42 sec latency 13.102 ms 2023-11-08T03:25:46.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 46641 31.35 MB/sec warmup 43 sec latency 17.529 ms 2023-11-08T03:25:47.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 47628 31.08 MB/sec warmup 44 sec latency 23.680 ms 2023-11-08T03:25:48.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 48938 31.16 MB/sec warmup 45 sec latency 19.237 ms 2023-11-08T03:25:49.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 50144 31.36 MB/sec warmup 46 sec latency 20.978 ms 2023-11-08T03:25:50.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 51223 31.14 MB/sec warmup 47 sec latency 16.249 ms 2023-11-08T03:25:51.790 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:25:51.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 52458 31.18 MB/sec warmup 48 sec latency 19.804 ms 2023-11-08T03:25:52.436 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:25:52.436 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:25:52.436 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (35m) 33s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:25:52.436 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (34m) 32s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:25:52.437 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (20m) 32s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:25:52.437 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (20m) 33s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:25:52.437 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (41m) 32s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:25:52.437 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (34m) 33s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:25:52.437 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (41m) 32s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:25:52.438 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (39m) 33s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:25:52.438 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (58s) 32s ago 57s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:25:52.438 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (61s) 33s ago 61s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:25:52.438 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 32s ago 13m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:25:52.439 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 33s ago 11m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:25:52.439 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:25:52.439 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:25:52.439 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:25:52.439 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:25:52.440 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:25:52.440 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:25:52.440 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:25:52.441 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:25:52.788 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:25:52.789 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:25:52.789 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:25:52.789 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:52.789 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:25:52.789 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:25:52.790 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:52.790 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:25:52.790 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:25:52.791 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:52.791 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:25:52.791 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:25:52.791 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:25:52.791 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:25:52.792 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:25:52.792 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:25:52.792 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:25:52.995 INFO:teuthology.orchestra.run.smithi092.stdout: 5 53299 31.16 MB/sec warmup 49 sec latency 18.658 ms 2023-11-08T03:25:53.100 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:25:53.101 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:25:53.101 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:25:53.101 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:25:53.102 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:25:53.102 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:25:53.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 54174 30.94 MB/sec warmup 50 sec latency 23.360 ms 2023-11-08T03:25:54.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 55165 30.71 MB/sec warmup 51 sec latency 24.370 ms 2023-11-08T03:25:55.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 56051 30.64 MB/sec warmup 52 sec latency 17.583 ms 2023-11-08T03:25:56.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 57001 30.71 MB/sec warmup 53 sec latency 20.827 ms 2023-11-08T03:25:57.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 57804 30.45 MB/sec warmup 54 sec latency 17.995 ms 2023-11-08T03:25:58.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 58801 30.27 MB/sec warmup 55 sec latency 24.208 ms 2023-11-08T03:25:59.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 59566 30.14 MB/sec warmup 56 sec latency 19.646 ms 2023-11-08T03:26:00.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 60123 29.99 MB/sec warmup 57 sec latency 21.787 ms 2023-11-08T03:26:01.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 61062 29.88 MB/sec warmup 58 sec latency 22.430 ms 2023-11-08T03:26:02.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 61876 29.67 MB/sec warmup 59 sec latency 22.665 ms 2023-11-08T03:26:03.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 62735 29.50 MB/sec warmup 60 sec latency 24.910 ms 2023-11-08T03:26:04.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 63790 29.66 MB/sec warmup 61 sec latency 25.755 ms 2023-11-08T03:26:05.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 64574 29.49 MB/sec warmup 62 sec latency 27.439 ms 2023-11-08T03:26:06.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 65413 29.30 MB/sec warmup 63 sec latency 33.877 ms 2023-11-08T03:26:07.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 66273 29.15 MB/sec warmup 64 sec latency 23.554 ms 2023-11-08T03:26:08.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 67190 29.23 MB/sec warmup 65 sec latency 24.827 ms 2023-11-08T03:26:09.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 67913 29.11 MB/sec warmup 66 sec latency 20.651 ms 2023-11-08T03:26:10.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 68469 28.82 MB/sec warmup 67 sec latency 25.890 ms 2023-11-08T03:26:11.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 69273 28.64 MB/sec warmup 68 sec latency 26.817 ms 2023-11-08T03:26:12.996 INFO:teuthology.orchestra.run.smithi092.stdout: 5 70250 28.65 MB/sec warmup 69 sec latency 18.961 ms 2023-11-08T03:26:13.997 INFO:teuthology.orchestra.run.smithi092.stdout: 5 70985 28.63 MB/sec warmup 70 sec latency 89.388 ms 2023-11-08T03:26:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: 5 71614 28.44 MB/sec warmup 71 sec latency 30.667 ms 2023-11-08T03:26:15.997 INFO:teuthology.orchestra.run.smithi092.stdout: 5 72074 28.16 MB/sec warmup 72 sec latency 36.228 ms 2023-11-08T03:26:16.997 INFO:teuthology.orchestra.run.smithi092.stdout: 5 72560 27.91 MB/sec warmup 73 sec latency 24.850 ms 2023-11-08T03:26:17.997 INFO:teuthology.orchestra.run.smithi092.stdout: 5 73294 27.78 MB/sec warmup 74 sec latency 83.359 ms 2023-11-08T03:26:18.997 INFO:teuthology.orchestra.run.smithi092.stdout: 5 74032 27.70 MB/sec warmup 75 sec latency 17.114 ms 2023-11-08T03:26:19.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 74830 27.72 MB/sec warmup 76 sec latency 21.447 ms 2023-11-08T03:26:20.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 75613 27.57 MB/sec warmup 77 sec latency 36.370 ms 2023-11-08T03:26:21.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 76643 27.52 MB/sec warmup 78 sec latency 29.758 ms 2023-11-08T03:26:22.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 77381 27.45 MB/sec warmup 79 sec latency 35.733 ms 2023-11-08T03:26:23.410 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:26:23.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 77924 27.35 MB/sec warmup 80 sec latency 34.422 ms 2023-11-08T03:26:24.002 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:26:24.002 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (35m) 63s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:26:24.002 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (35m) 64s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:26:24.002 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (35m) 63s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:26:24.003 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (21m) 63s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:26:24.003 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (21m) 64s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:26:24.003 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (41m) 63s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:26:24.003 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (35m) 64s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:26:24.003 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (41m) 63s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:26:24.004 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (40m) 64s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:26:24.004 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (89s) 63s ago 89s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:26:24.004 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (93s) 64s ago 93s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:26:24.004 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 63s ago 13m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:26:24.004 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 64s ago 11m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:26:24.005 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (35m) 63s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:26:24.005 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (35m) 63s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:26:24.005 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (34m) 63s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:26:24.005 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (34m) 63s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:26:24.005 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (33m) 64s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:26:24.006 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (32m) 64s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:26:24.006 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (32m) 64s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:26:24.006 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (32m) 64s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:26:24.317 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:26:24.317 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:26:24.318 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:26:24.318 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:24.318 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:26:24.318 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:26:24.319 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:24.319 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:26:24.319 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:26:24.319 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:24.319 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:26:24.319 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:26:24.320 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:24.320 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:26:24.320 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:26:24.320 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:26:24.321 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:26:24.622 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:26:24.623 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:26:24.623 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:26:24.623 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:26:24.623 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:26:24.624 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:26:24.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 78421 27.20 MB/sec warmup 81 sec latency 36.601 ms 2023-11-08T03:26:25.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 78873 27.01 MB/sec warmup 82 sec latency 34.578 ms 2023-11-08T03:26:26.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 79629 26.85 MB/sec warmup 83 sec latency 31.771 ms 2023-11-08T03:26:27.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 80728 26.87 MB/sec warmup 84 sec latency 23.238 ms 2023-11-08T03:26:28.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 81415 26.86 MB/sec warmup 85 sec latency 25.210 ms 2023-11-08T03:26:29.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 82004 26.74 MB/sec warmup 86 sec latency 39.476 ms 2023-11-08T03:26:30.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 82795 26.60 MB/sec warmup 87 sec latency 25.171 ms 2023-11-08T03:26:31.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 83918 26.62 MB/sec warmup 88 sec latency 26.154 ms 2023-11-08T03:26:32.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 84892 26.68 MB/sec warmup 89 sec latency 33.306 ms 2023-11-08T03:26:33.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 85614 26.63 MB/sec warmup 90 sec latency 33.670 ms 2023-11-08T03:26:34.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 86068 26.45 MB/sec warmup 91 sec latency 39.449 ms 2023-11-08T03:26:35.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 86531 26.25 MB/sec warmup 92 sec latency 32.566 ms 2023-11-08T03:26:36.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 87165 26.14 MB/sec warmup 93 sec latency 40.265 ms 2023-11-08T03:26:37.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 87982 26.11 MB/sec warmup 94 sec latency 23.010 ms 2023-11-08T03:26:38.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 88641 26.07 MB/sec warmup 95 sec latency 22.423 ms 2023-11-08T03:26:39.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 89232 26.00 MB/sec warmup 96 sec latency 22.398 ms 2023-11-08T03:26:40.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 90074 25.88 MB/sec warmup 97 sec latency 34.714 ms 2023-11-08T03:26:41.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 91012 25.86 MB/sec warmup 98 sec latency 20.098 ms 2023-11-08T03:26:42.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 91908 25.90 MB/sec warmup 99 sec latency 19.773 ms 2023-11-08T03:26:43.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 92627 25.86 MB/sec warmup 100 sec latency 26.959 ms 2023-11-08T03:26:44.998 INFO:teuthology.orchestra.run.smithi092.stdout: 5 93388 25.75 MB/sec warmup 101 sec latency 36.343 ms 2023-11-08T03:26:45.999 INFO:teuthology.orchestra.run.smithi092.stdout: 5 94371 25.72 MB/sec warmup 102 sec latency 29.106 ms 2023-11-08T03:26:46.999 INFO:teuthology.orchestra.run.smithi092.stdout: 5 95171 25.72 MB/sec warmup 103 sec latency 26.338 ms 2023-11-08T03:26:47.999 INFO:teuthology.orchestra.run.smithi092.stdout: 5 95793 25.66 MB/sec warmup 104 sec latency 26.101 ms 2023-11-08T03:26:48.999 INFO:teuthology.orchestra.run.smithi092.stdout: 5 96213 25.55 MB/sec warmup 105 sec latency 37.858 ms 2023-11-08T03:26:49.999 INFO:teuthology.orchestra.run.smithi092.stdout: 5 96562 25.39 MB/sec warmup 106 sec latency 34.402 ms 2023-11-08T03:26:50.999 INFO:teuthology.orchestra.run.smithi092.stdout: 5 96971 25.20 MB/sec warmup 107 sec latency 38.385 ms 2023-11-08T03:26:52.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 97858 25.18 MB/sec warmup 108 sec latency 38.123 ms 2023-11-08T03:26:53.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 98702 25.18 MB/sec warmup 109 sec latency 22.249 ms 2023-11-08T03:26:54.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 99429 25.17 MB/sec warmup 110 sec latency 21.195 ms 2023-11-08T03:26:55.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 100260 25.13 MB/sec warmup 111 sec latency 27.922 ms 2023-11-08T03:26:55.002 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:26:55.722 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:26:55.722 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (36m) 95s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:26:55.722 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:26:55.723 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (35m) 95s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:26:55.723 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (21m) 95s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:26:55.723 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (21m) 96s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:26:55.723 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (42m) 95s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:26:55.723 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (35m) 96s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:26:55.724 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (42m) 95s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:26:55.724 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (40m) 96s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:26:55.724 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (2m) 95s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:26:55.724 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (2m) 96s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:26:55.724 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 95s ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:26:55.725 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 96s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:26:55.725 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (36m) 95s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:26:55.725 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:26:55.725 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:26:55.725 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:26:55.726 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:26:55.726 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:26:55.726 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:26:55.726 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:26:56.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 100972 25.03 MB/sec warmup 112 sec latency 47.931 ms 2023-11-08T03:26:56.083 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:26:56.083 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:26:56.084 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:26:56.084 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:56.084 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:26:56.084 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:26:56.084 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:56.085 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:26:56.085 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:26:56.085 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:56.085 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:26:56.086 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:26:56.086 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:26:56.086 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:26:56.086 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:26:56.086 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:26:56.087 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:26:56.414 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:26:56.414 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:26:56.415 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:26:56.415 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:26:56.415 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:26:56.416 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:26:57.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 101605 24.95 MB/sec warmup 113 sec latency 24.543 ms 2023-11-08T03:26:58.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 102214 24.91 MB/sec warmup 114 sec latency 28.831 ms 2023-11-08T03:26:59.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 102790 24.85 MB/sec warmup 115 sec latency 26.244 ms 2023-11-08T03:27:00.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 103243 24.76 MB/sec warmup 116 sec latency 38.957 ms 2023-11-08T03:27:01.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 103891 24.67 MB/sec warmup 117 sec latency 47.675 ms 2023-11-08T03:27:02.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 104552 24.57 MB/sec warmup 118 sec latency 34.350 ms 2023-11-08T03:27:03.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 105238 24.52 MB/sec warmup 119 sec latency 31.936 ms 2023-11-08T03:27:05.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 106423 15.47 MB/sec execute 1 sec latency 28.901 ms 2023-11-08T03:27:06.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 106893 15.01 MB/sec execute 2 sec latency 43.599 ms 2023-11-08T03:27:07.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 107436 13.91 MB/sec execute 3 sec latency 38.300 ms 2023-11-08T03:27:08.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 108018 13.18 MB/sec execute 4 sec latency 28.179 ms 2023-11-08T03:27:09.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 108478 13.16 MB/sec execute 5 sec latency 29.773 ms 2023-11-08T03:27:10.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 108948 13.68 MB/sec execute 6 sec latency 35.516 ms 2023-11-08T03:27:11.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 109497 13.82 MB/sec execute 7 sec latency 38.300 ms 2023-11-08T03:27:12.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 110202 15.07 MB/sec execute 8 sec latency 25.296 ms 2023-11-08T03:27:13.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 110730 14.94 MB/sec execute 9 sec latency 39.844 ms 2023-11-08T03:27:14.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 111160 14.20 MB/sec execute 10 sec latency 53.754 ms 2023-11-08T03:27:15.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 111668 13.77 MB/sec execute 11 sec latency 37.038 ms 2023-11-08T03:27:16.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 112353 14.19 MB/sec execute 12 sec latency 31.098 ms 2023-11-08T03:27:17.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 112968 14.72 MB/sec execute 13 sec latency 28.439 ms 2023-11-08T03:27:18.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 113507 14.75 MB/sec execute 14 sec latency 25.344 ms 2023-11-08T03:27:19.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 113924 14.63 MB/sec execute 15 sec latency 28.652 ms 2023-11-08T03:27:20.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 114363 14.45 MB/sec execute 16 sec latency 40.650 ms 2023-11-08T03:27:21.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 114762 14.05 MB/sec execute 17 sec latency 51.392 ms 2023-11-08T03:27:22.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 115417 14.06 MB/sec execute 18 sec latency 33.271 ms 2023-11-08T03:27:23.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 116416 14.99 MB/sec execute 19 sec latency 26.050 ms 2023-11-08T03:27:24.000 INFO:teuthology.orchestra.run.smithi092.stdout: 5 117453 15.73 MB/sec execute 20 sec latency 23.694 ms 2023-11-08T03:27:25.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 118249 15.82 MB/sec execute 21 sec latency 28.610 ms 2023-11-08T03:27:26.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 118834 15.74 MB/sec execute 22 sec latency 30.501 ms 2023-11-08T03:27:26.727 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:27:27.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 119258 15.56 MB/sec execute 23 sec latency 40.928 ms 2023-11-08T03:27:27.290 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:27:27.290 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:27:27.291 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:27:27.291 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:27:27.291 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:27:27.291 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:27:27.291 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:27:27.292 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:27:27.292 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:27:27.292 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:27:27.292 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:27:27.292 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:27:27.292 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:27:27.293 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 2m ago 12m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:27:27.293 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:27:27.293 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:27:27.293 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:27:27.293 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:27:27.294 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:27:27.294 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:27:27.294 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:27:27.294 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:27:27.607 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:27:27.607 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:27:27.607 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:27:27.608 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:27.608 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:27:27.608 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:27:27.608 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:27.608 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:27:27.609 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:27:27.609 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:27.609 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:27:27.609 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:27:27.609 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:27.609 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:27:27.610 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:27:27.610 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:27:27.610 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:27:27.889 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:27:27.889 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:27:27.890 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:27:27.890 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:27:27.890 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:27:27.890 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:27:28.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 119618 15.30 MB/sec execute 24 sec latency 46.391 ms 2023-11-08T03:27:29.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 119965 15.23 MB/sec execute 25 sec latency 57.134 ms 2023-11-08T03:27:30.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 120336 14.99 MB/sec execute 26 sec latency 39.370 ms 2023-11-08T03:27:31.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 120717 14.81 MB/sec execute 27 sec latency 38.599 ms 2023-11-08T03:27:32.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 121057 14.68 MB/sec execute 28 sec latency 52.746 ms 2023-11-08T03:27:33.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 121575 14.67 MB/sec execute 29 sec latency 33.873 ms 2023-11-08T03:27:34.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 122022 14.38 MB/sec execute 30 sec latency 44.180 ms 2023-11-08T03:27:35.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 122473 14.33 MB/sec execute 31 sec latency 31.375 ms 2023-11-08T03:27:36.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 123076 14.41 MB/sec execute 32 sec latency 34.456 ms 2023-11-08T03:27:37.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 123534 14.45 MB/sec execute 33 sec latency 35.594 ms 2023-11-08T03:27:38.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 124119 14.48 MB/sec execute 34 sec latency 26.074 ms 2023-11-08T03:27:39.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 124571 14.45 MB/sec execute 35 sec latency 57.712 ms 2023-11-08T03:27:40.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 125454 14.61 MB/sec execute 36 sec latency 26.718 ms 2023-11-08T03:27:41.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 126375 14.86 MB/sec execute 37 sec latency 32.356 ms 2023-11-08T03:27:42.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 127119 15.10 MB/sec execute 38 sec latency 28.312 ms 2023-11-08T03:27:43.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 127695 15.09 MB/sec execute 39 sec latency 33.110 ms 2023-11-08T03:27:44.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 128092 15.01 MB/sec execute 40 sec latency 64.633 ms 2023-11-08T03:27:45.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 128809 15.06 MB/sec execute 41 sec latency 40.719 ms 2023-11-08T03:27:46.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 129750 15.24 MB/sec execute 42 sec latency 29.078 ms 2023-11-08T03:27:47.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 130708 15.60 MB/sec execute 43 sec latency 34.066 ms 2023-11-08T03:27:48.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 131338 15.58 MB/sec execute 44 sec latency 37.023 ms 2023-11-08T03:27:49.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 131687 15.50 MB/sec execute 45 sec latency 46.602 ms 2023-11-08T03:27:50.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 132087 15.35 MB/sec execute 46 sec latency 43.016 ms 2023-11-08T03:27:51.001 INFO:teuthology.orchestra.run.smithi092.stdout: 5 133018 15.53 MB/sec execute 47 sec latency 19.931 ms 2023-11-08T03:27:52.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 133755 15.60 MB/sec execute 48 sec latency 43.628 ms 2023-11-08T03:27:53.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 134096 15.51 MB/sec execute 49 sec latency 41.233 ms 2023-11-08T03:27:54.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 134472 15.41 MB/sec execute 50 sec latency 92.720 ms 2023-11-08T03:27:55.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 134981 15.42 MB/sec execute 51 sec latency 45.106 ms 2023-11-08T03:27:56.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 135848 15.55 MB/sec execute 52 sec latency 29.792 ms 2023-11-08T03:27:57.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 136143 15.33 MB/sec execute 53 sec latency 100.337 ms 2023-11-08T03:27:58.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 136470 15.26 MB/sec execute 54 sec latency 37.423 ms 2023-11-08T03:27:58.185 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:27:58.757 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:27:58.757 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:27:58.757 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:27:58.758 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:27:58.758 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:27:58.758 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:27:58.758 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:27:58.759 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:27:58.759 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:27:58.759 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:27:58.759 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:27:58.760 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:27:58.761 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:27:58.761 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 2m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:27:58.761 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:27:58.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:27:58.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:27:58.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:27:58.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:27:58.763 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:27:58.763 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:27:58.763 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:27:59.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 136869 15.17 MB/sec execute 55 sec latency 60.825 ms 2023-11-08T03:27:59.074 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:27:59.075 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:27:59.075 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:27:59.075 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:59.075 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:27:59.075 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:27:59.076 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:59.076 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:27:59.076 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:27:59.076 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:59.076 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:27:59.077 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:27:59.077 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:27:59.077 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:27:59.077 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:27:59.077 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:27:59.077 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:27:59.362 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:27:59.363 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:27:59.363 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:27:59.363 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:27:59.363 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:27:59.364 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:28:00.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 137269 15.06 MB/sec execute 56 sec latency 71.439 ms 2023-11-08T03:28:01.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 137612 15.00 MB/sec execute 57 sec latency 40.143 ms 2023-11-08T03:28:02.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 137979 14.93 MB/sec execute 58 sec latency 47.898 ms 2023-11-08T03:28:03.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 138337 14.84 MB/sec execute 59 sec latency 43.623 ms 2023-11-08T03:28:04.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 138598 14.72 MB/sec execute 60 sec latency 61.836 ms 2023-11-08T03:28:05.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 138882 14.66 MB/sec execute 61 sec latency 42.185 ms 2023-11-08T03:28:06.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 139250 14.56 MB/sec execute 62 sec latency 55.723 ms 2023-11-08T03:28:07.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 139839 14.47 MB/sec execute 63 sec latency 37.372 ms 2023-11-08T03:28:08.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 140481 14.55 MB/sec execute 64 sec latency 44.555 ms 2023-11-08T03:28:09.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 140884 14.48 MB/sec execute 65 sec latency 49.732 ms 2023-11-08T03:28:10.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 141148 14.40 MB/sec execute 66 sec latency 54.605 ms 2023-11-08T03:28:11.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 141413 14.30 MB/sec execute 67 sec latency 61.989 ms 2023-11-08T03:28:12.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 141750 14.21 MB/sec execute 68 sec latency 56.763 ms 2023-11-08T03:28:13.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 142150 14.19 MB/sec execute 69 sec latency 39.247 ms 2023-11-08T03:28:14.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 142508 14.15 MB/sec execute 70 sec latency 42.014 ms 2023-11-08T03:28:15.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 142980 14.08 MB/sec execute 71 sec latency 73.792 ms 2023-11-08T03:28:16.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 143431 14.00 MB/sec execute 72 sec latency 28.703 ms 2023-11-08T03:28:17.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 143985 14.06 MB/sec execute 73 sec latency 40.871 ms 2023-11-08T03:28:18.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 144327 13.97 MB/sec execute 74 sec latency 86.967 ms 2023-11-08T03:28:19.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 144584 13.90 MB/sec execute 75 sec latency 50.276 ms 2023-11-08T03:28:20.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 144810 13.84 MB/sec execute 76 sec latency 93.926 ms 2023-11-08T03:28:21.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 145120 13.74 MB/sec execute 77 sec latency 97.449 ms 2023-11-08T03:28:22.002 INFO:teuthology.orchestra.run.smithi092.stdout: 5 145535 13.69 MB/sec execute 78 sec latency 66.252 ms 2023-11-08T03:28:23.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 145932 13.73 MB/sec execute 79 sec latency 46.087 ms 2023-11-08T03:28:24.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 146362 13.68 MB/sec execute 80 sec latency 40.672 ms 2023-11-08T03:28:25.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 146737 13.57 MB/sec execute 81 sec latency 45.138 ms 2023-11-08T03:28:26.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 147031 13.50 MB/sec execute 82 sec latency 90.602 ms 2023-11-08T03:28:27.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 147447 13.50 MB/sec execute 83 sec latency 49.669 ms 2023-11-08T03:28:28.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 147966 13.47 MB/sec execute 84 sec latency 35.511 ms 2023-11-08T03:28:29.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 148343 13.49 MB/sec execute 85 sec latency 41.738 ms 2023-11-08T03:28:29.726 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:28:30.003 INFO:teuthology.orchestra.run.smithi092.stdout: 5 148792 13.44 MB/sec execute 86 sec latency 51.585 ms 2023-11-08T03:28:30.521 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:28:30.521 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:28:30.521 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:28:30.522 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (37m) 3m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:28:30.522 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:28:30.522 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:28:30.523 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:28:30.523 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:28:30.523 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:28:30.524 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:28:30.524 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:28:30.524 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:28:30.525 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 3m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:28:30.525 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 3m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:28:30.525 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:28:30.525 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:28:30.526 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:28:30.526 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:28:30.526 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:28:30.526 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:28:30.526 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:28:30.527 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:28:30.965 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:28:30.965 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:28:30.966 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:28:30.966 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:28:30.966 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:28:30.966 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:28:30.966 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:28:30.967 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:28:30.967 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:28:30.967 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:28:30.967 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:28:30.967 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:28:30.968 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:28:30.968 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:28:30.968 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:28:30.968 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:28:30.968 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:28:31.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 149499 13.57 MB/sec execute 87 sec latency 32.242 ms 2023-11-08T03:28:31.361 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:28:31.361 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:28:31.361 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:28:31.362 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:28:31.362 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:28:31.362 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:28:32.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 150350 13.58 MB/sec execute 88 sec latency 38.317 ms 2023-11-08T03:28:33.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 151256 13.71 MB/sec execute 89 sec latency 36.253 ms 2023-11-08T03:28:34.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 152124 13.87 MB/sec execute 90 sec latency 28.710 ms 2023-11-08T03:28:35.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 152899 13.93 MB/sec execute 91 sec latency 22.495 ms 2023-11-08T03:28:36.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 153765 14.01 MB/sec execute 92 sec latency 31.821 ms 2023-11-08T03:28:37.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 154557 14.11 MB/sec execute 93 sec latency 47.869 ms 2023-11-08T03:28:38.004 INFO:teuthology.orchestra.run.smithi092.stdout: 5 155263 14.15 MB/sec execute 94 sec latency 25.058 ms 2023-11-08T03:28:39.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 155942 14.19 MB/sec execute 95 sec latency 28.628 ms 2023-11-08T03:28:40.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 156577 14.28 MB/sec execute 96 sec latency 33.209 ms 2023-11-08T03:28:41.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 157359 14.28 MB/sec execute 97 sec latency 56.823 ms 2023-11-08T03:28:42.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 157731 14.26 MB/sec execute 98 sec latency 44.561 ms 2023-11-08T03:28:43.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 158190 14.23 MB/sec execute 99 sec latency 61.078 ms 2023-11-08T03:28:44.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 158579 14.18 MB/sec execute 100 sec latency 50.462 ms 2023-11-08T03:28:45.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 159013 14.20 MB/sec execute 101 sec latency 56.019 ms 2023-11-08T03:28:46.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 159765 14.25 MB/sec execute 102 sec latency 31.124 ms 2023-11-08T03:28:47.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 160275 14.28 MB/sec execute 103 sec latency 37.975 ms 2023-11-08T03:28:48.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 160909 14.23 MB/sec execute 104 sec latency 29.411 ms 2023-11-08T03:28:49.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 161446 14.29 MB/sec execute 105 sec latency 24.887 ms 2023-11-08T03:28:50.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 162146 14.28 MB/sec execute 106 sec latency 30.854 ms 2023-11-08T03:28:51.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 162536 14.29 MB/sec execute 107 sec latency 38.806 ms 2023-11-08T03:28:52.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 162932 14.25 MB/sec execute 108 sec latency 51.799 ms 2023-11-08T03:28:53.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 163350 14.22 MB/sec execute 109 sec latency 63.422 ms 2023-11-08T03:28:54.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 163973 14.25 MB/sec execute 110 sec latency 29.288 ms 2023-11-08T03:28:55.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 164700 14.25 MB/sec execute 111 sec latency 29.108 ms 2023-11-08T03:28:56.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 165524 14.32 MB/sec execute 112 sec latency 30.096 ms 2023-11-08T03:28:57.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 166002 14.35 MB/sec execute 113 sec latency 74.528 ms 2023-11-08T03:28:58.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 166582 14.34 MB/sec execute 114 sec latency 42.766 ms 2023-11-08T03:28:59.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 166999 14.33 MB/sec execute 115 sec latency 37.579 ms 2023-11-08T03:29:00.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 167801 14.36 MB/sec execute 116 sec latency 35.888 ms 2023-11-08T03:29:01.005 INFO:teuthology.orchestra.run.smithi092.stdout: 5 168365 14.37 MB/sec execute 117 sec latency 36.649 ms 2023-11-08T03:29:01.760 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:29:02.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 168968 14.39 MB/sec execute 118 sec latency 36.734 ms 2023-11-08T03:29:02.469 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:29:02.469 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:29:02.469 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:29:02.470 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (37m) 3m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:29:02.470 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:29:02.470 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:29:02.470 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:29:02.471 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:29:02.471 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:29:02.471 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:29:02.471 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:29:02.471 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:29:02.471 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 3m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:29:02.472 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 3m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:29:02.472 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:29:02.472 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:29:02.472 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:29:02.472 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:29:02.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:29:02.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:29:02.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:29:02.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:29:02.866 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:29:02.866 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:29:02.866 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:29:02.866 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:02.867 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:29:02.867 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:29:02.867 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:02.867 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:29:02.867 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:29:02.868 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:02.868 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:29:02.868 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:29:02.868 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:02.868 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:29:02.869 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:29:02.869 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:29:02.869 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:29:03.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 169386 14.38 MB/sec execute 119 sec latency 44.353 ms 2023-11-08T03:29:03.234 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:29:03.235 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:29:03.235 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:29:03.235 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:29:03.235 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:29:03.236 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:29:04.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 169973 14.41 MB/sec execute 120 sec latency 30.527 ms 2023-11-08T03:29:05.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 170593 14.43 MB/sec execute 121 sec latency 36.871 ms 2023-11-08T03:29:06.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 171445 14.47 MB/sec execute 122 sec latency 31.880 ms 2023-11-08T03:29:07.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 172147 14.53 MB/sec execute 123 sec latency 29.866 ms 2023-11-08T03:29:08.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 172819 14.53 MB/sec execute 124 sec latency 39.867 ms 2023-11-08T03:29:09.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 173345 14.58 MB/sec execute 125 sec latency 42.542 ms 2023-11-08T03:29:10.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 173826 14.53 MB/sec execute 126 sec latency 36.671 ms 2023-11-08T03:29:11.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 174131 14.49 MB/sec execute 127 sec latency 42.432 ms 2023-11-08T03:29:12.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 174438 14.46 MB/sec execute 128 sec latency 67.583 ms 2023-11-08T03:29:13.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 174747 14.39 MB/sec execute 129 sec latency 88.716 ms 2023-11-08T03:29:14.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 175040 14.32 MB/sec execute 130 sec latency 64.504 ms 2023-11-08T03:29:15.006 INFO:teuthology.orchestra.run.smithi092.stdout: 5 175276 14.25 MB/sec execute 131 sec latency 52.614 ms 2023-11-08T03:29:16.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 175840 14.29 MB/sec execute 132 sec latency 57.690 ms 2023-11-08T03:29:17.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 176511 14.31 MB/sec execute 133 sec latency 35.060 ms 2023-11-08T03:29:18.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 177358 14.38 MB/sec execute 134 sec latency 25.298 ms 2023-11-08T03:29:19.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 178036 14.43 MB/sec execute 135 sec latency 34.129 ms 2023-11-08T03:29:20.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 178710 14.42 MB/sec execute 136 sec latency 34.334 ms 2023-11-08T03:29:21.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 179214 14.44 MB/sec execute 137 sec latency 36.740 ms 2023-11-08T03:29:22.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 179645 14.39 MB/sec execute 138 sec latency 50.404 ms 2023-11-08T03:29:23.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 179985 14.36 MB/sec execute 139 sec latency 39.923 ms 2023-11-08T03:29:24.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 180190 14.32 MB/sec execute 140 sec latency 58.231 ms 2023-11-08T03:29:25.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 180553 14.30 MB/sec execute 141 sec latency 41.234 ms 2023-11-08T03:29:26.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 180964 14.25 MB/sec execute 142 sec latency 47.117 ms 2023-11-08T03:29:27.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 181238 14.22 MB/sec execute 143 sec latency 44.495 ms 2023-11-08T03:29:28.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 181581 14.19 MB/sec execute 144 sec latency 70.838 ms 2023-11-08T03:29:29.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 181858 14.11 MB/sec execute 145 sec latency 67.332 ms 2023-11-08T03:29:30.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 182158 14.05 MB/sec execute 146 sec latency 40.504 ms 2023-11-08T03:29:31.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 182379 14.00 MB/sec execute 147 sec latency 58.660 ms 2023-11-08T03:29:32.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 182782 14.02 MB/sec execute 148 sec latency 45.487 ms 2023-11-08T03:29:33.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 183183 13.97 MB/sec execute 149 sec latency 212.636 ms 2023-11-08T03:29:33.598 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:29:34.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 183535 13.95 MB/sec execute 150 sec latency 55.843 ms 2023-11-08T03:29:34.287 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:29:34.287 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:29:34.288 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:29:34.288 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (38m) 4m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:29:34.288 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:29:34.288 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:29:34.288 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:29:34.288 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:29:34.289 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:29:34.289 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:29:34.289 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:29:34.289 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:29:34.289 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:29:34.290 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 4m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:29:34.290 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:29:34.290 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:29:34.290 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:29:34.290 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:29:34.291 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:29:34.291 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:29:34.291 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:29:34.291 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:29:34.682 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:29:34.683 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:29:34.683 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:29:34.683 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:34.683 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:29:34.684 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:29:34.684 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:34.684 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:29:34.684 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:29:34.684 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:34.685 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:29:34.685 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:29:34.685 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:29:34.685 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:29:34.685 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:29:34.685 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:29:34.686 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:29:34.983 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:29:34.983 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:29:34.984 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:29:34.984 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:29:34.984 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:29:34.984 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:29:35.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 183803 13.92 MB/sec execute 151 sec latency 38.381 ms 2023-11-08T03:29:36.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 184073 13.89 MB/sec execute 152 sec latency 70.521 ms 2023-11-08T03:29:37.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 184391 13.84 MB/sec execute 153 sec latency 108.709 ms 2023-11-08T03:29:38.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 184629 13.79 MB/sec execute 154 sec latency 42.783 ms 2023-11-08T03:29:39.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 184789 13.73 MB/sec execute 155 sec latency 50.193 ms 2023-11-08T03:29:40.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 185242 13.72 MB/sec execute 156 sec latency 53.015 ms 2023-11-08T03:29:41.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 185748 13.70 MB/sec execute 157 sec latency 37.941 ms 2023-11-08T03:29:42.007 INFO:teuthology.orchestra.run.smithi092.stdout: 5 186075 13.67 MB/sec execute 158 sec latency 48.195 ms 2023-11-08T03:29:43.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 186498 13.67 MB/sec execute 159 sec latency 46.738 ms 2023-11-08T03:29:44.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 186940 13.66 MB/sec execute 160 sec latency 44.541 ms 2023-11-08T03:29:45.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 187229 13.63 MB/sec execute 161 sec latency 38.273 ms 2023-11-08T03:29:46.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 187604 13.62 MB/sec execute 162 sec latency 43.038 ms 2023-11-08T03:29:47.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 188031 13.58 MB/sec execute 163 sec latency 55.873 ms 2023-11-08T03:29:48.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 188300 13.56 MB/sec execute 164 sec latency 56.239 ms 2023-11-08T03:29:49.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 189028 13.57 MB/sec execute 165 sec latency 36.022 ms 2023-11-08T03:29:50.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 189605 13.58 MB/sec execute 166 sec latency 30.911 ms 2023-11-08T03:29:51.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 190254 13.60 MB/sec execute 167 sec latency 31.817 ms 2023-11-08T03:29:52.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 190683 13.60 MB/sec execute 168 sec latency 113.827 ms 2023-11-08T03:29:53.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 191220 13.63 MB/sec execute 169 sec latency 34.926 ms 2023-11-08T03:29:54.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 191781 13.62 MB/sec execute 170 sec latency 43.964 ms 2023-11-08T03:29:55.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 192292 13.64 MB/sec execute 171 sec latency 30.505 ms 2023-11-08T03:29:56.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 192915 13.62 MB/sec execute 172 sec latency 30.299 ms 2023-11-08T03:29:57.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 193446 13.65 MB/sec execute 173 sec latency 53.294 ms 2023-11-08T03:29:58.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 194004 13.64 MB/sec execute 174 sec latency 51.719 ms 2023-11-08T03:29:59.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 194411 13.65 MB/sec execute 175 sec latency 37.558 ms 2023-11-08T03:30:00.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 195222 13.69 MB/sec execute 176 sec latency 43.623 ms 2023-11-08T03:30:01.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 196047 13.72 MB/sec execute 177 sec latency 34.685 ms 2023-11-08T03:30:02.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 196782 13.76 MB/sec execute 178 sec latency 27.350 ms 2023-11-08T03:30:03.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 197265 13.75 MB/sec execute 179 sec latency 48.815 ms 2023-11-08T03:30:04.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 197622 13.72 MB/sec execute 180 sec latency 45.966 ms 2023-11-08T03:30:05.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 197919 13.72 MB/sec execute 181 sec latency 37.297 ms 2023-11-08T03:30:05.358 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:30:06.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 198591 13.74 MB/sec execute 182 sec latency 30.875 ms 2023-11-08T03:30:06.073 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:30:06.073 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:30:06.073 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:30:06.074 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (38m) 4m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:30:06.074 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:30:06.074 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:30:06.074 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:30:06.074 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:30:06.075 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:30:06.075 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:30:06.075 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:30:06.075 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:30:06.075 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:30:06.076 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 4m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:30:06.076 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:30:06.076 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:30:06.076 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:30:06.077 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:30:06.077 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:30:06.077 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:30:06.077 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:30:06.077 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:30:06.456 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:30:06.457 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:30:06.457 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:30:06.457 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:06.457 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:30:06.457 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:30:06.458 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:06.458 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:30:06.458 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:30:06.458 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:06.459 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:30:06.459 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:30:06.459 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:06.459 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:30:06.459 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:30:06.459 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:30:06.460 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:30:06.819 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:30:06.819 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:30:06.819 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:30:06.819 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:30:06.819 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:30:06.820 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:30:07.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 199063 13.72 MB/sec execute 183 sec latency 39.479 ms 2023-11-08T03:30:08.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 199496 13.71 MB/sec execute 184 sec latency 64.045 ms 2023-11-08T03:30:09.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 199884 13.67 MB/sec execute 185 sec latency 39.157 ms 2023-11-08T03:30:10.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 200203 13.66 MB/sec execute 186 sec latency 38.543 ms 2023-11-08T03:30:11.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 201032 13.71 MB/sec execute 187 sec latency 26.302 ms 2023-11-08T03:30:12.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 201646 13.74 MB/sec execute 188 sec latency 35.847 ms 2023-11-08T03:30:13.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 202265 13.76 MB/sec execute 189 sec latency 38.853 ms 2023-11-08T03:30:14.008 INFO:teuthology.orchestra.run.smithi092.stdout: 5 202720 13.74 MB/sec execute 190 sec latency 39.789 ms 2023-11-08T03:30:15.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 203376 13.74 MB/sec execute 191 sec latency 35.069 ms 2023-11-08T03:30:16.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 203847 13.75 MB/sec execute 192 sec latency 26.654 ms 2023-11-08T03:30:17.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 204175 13.73 MB/sec execute 193 sec latency 73.682 ms 2023-11-08T03:30:18.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 204499 13.69 MB/sec execute 194 sec latency 47.802 ms 2023-11-08T03:30:19.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 204745 13.67 MB/sec execute 195 sec latency 64.283 ms 2023-11-08T03:30:20.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 204977 13.63 MB/sec execute 196 sec latency 73.504 ms 2023-11-08T03:30:21.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 205250 13.61 MB/sec execute 197 sec latency 43.135 ms 2023-11-08T03:30:22.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 205588 13.59 MB/sec execute 198 sec latency 55.372 ms 2023-11-08T03:30:23.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 205883 13.55 MB/sec execute 199 sec latency 49.415 ms 2023-11-08T03:30:24.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 206137 13.51 MB/sec execute 200 sec latency 89.451 ms 2023-11-08T03:30:25.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 206713 13.51 MB/sec execute 201 sec latency 50.399 ms 2023-11-08T03:30:26.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 207214 13.50 MB/sec execute 202 sec latency 26.441 ms 2023-11-08T03:30:27.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 207570 13.50 MB/sec execute 203 sec latency 67.925 ms 2023-11-08T03:30:28.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 207998 13.48 MB/sec execute 204 sec latency 46.790 ms 2023-11-08T03:30:29.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 208302 13.47 MB/sec execute 205 sec latency 61.570 ms 2023-11-08T03:30:30.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 208626 13.46 MB/sec execute 206 sec latency 49.564 ms 2023-11-08T03:30:31.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 209184 13.48 MB/sec execute 207 sec latency 37.889 ms 2023-11-08T03:30:32.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 209591 13.44 MB/sec execute 208 sec latency 30.556 ms 2023-11-08T03:30:33.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 210204 13.45 MB/sec execute 209 sec latency 34.488 ms 2023-11-08T03:30:34.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 210805 13.46 MB/sec execute 210 sec latency 40.439 ms 2023-11-08T03:30:35.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 211421 13.47 MB/sec execute 211 sec latency 37.732 ms 2023-11-08T03:30:36.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 211883 13.48 MB/sec execute 212 sec latency 33.630 ms 2023-11-08T03:30:37.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 212263 13.48 MB/sec execute 213 sec latency 34.947 ms 2023-11-08T03:30:37.145 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:30:37.771 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:30:37.772 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:30:37.772 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:30:37.772 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (39m) 5m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:30:37.772 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:30:37.772 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:30:37.773 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:30:37.773 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:30:37.773 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:30:37.773 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:30:37.773 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:30:37.774 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:30:37.774 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 5m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:30:37.774 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 5m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:30:37.774 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:30:37.775 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:30:37.775 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:30:37.775 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:30:37.775 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:30:37.775 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:30:37.775 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:30:37.776 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:30:38.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 212644 13.47 MB/sec execute 214 sec latency 49.076 ms 2023-11-08T03:30:38.129 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:30:38.129 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:30:38.130 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:30:38.130 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:38.130 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:30:38.130 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:30:38.131 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:38.131 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:30:38.131 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:30:38.131 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:38.131 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:30:38.132 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:30:38.132 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:30:38.132 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:30:38.132 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:30:38.132 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:30:38.133 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:30:38.435 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:30:38.435 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:30:38.435 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:30:38.435 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:30:38.436 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:30:38.436 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:30:39.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 212981 13.44 MB/sec execute 215 sec latency 51.299 ms 2023-11-08T03:30:40.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 213309 13.41 MB/sec execute 216 sec latency 46.133 ms 2023-11-08T03:30:41.009 INFO:teuthology.orchestra.run.smithi092.stdout: 5 213759 13.39 MB/sec execute 217 sec latency 42.001 ms 2023-11-08T03:30:42.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 214186 13.37 MB/sec execute 218 sec latency 39.159 ms 2023-11-08T03:30:43.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 214521 13.38 MB/sec execute 219 sec latency 74.459 ms 2023-11-08T03:30:44.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 214808 13.35 MB/sec execute 220 sec latency 95.871 ms 2023-11-08T03:30:45.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 215142 13.31 MB/sec execute 221 sec latency 44.234 ms 2023-11-08T03:30:46.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 215396 13.28 MB/sec execute 222 sec latency 64.323 ms 2023-11-08T03:30:47.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 215751 13.29 MB/sec execute 223 sec latency 64.335 ms 2023-11-08T03:30:48.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 216434 13.32 MB/sec execute 224 sec latency 38.577 ms 2023-11-08T03:30:49.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 217133 13.32 MB/sec execute 225 sec latency 33.808 ms 2023-11-08T03:30:50.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 217927 13.35 MB/sec execute 226 sec latency 29.092 ms 2023-11-08T03:30:51.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 218580 13.37 MB/sec execute 227 sec latency 33.718 ms 2023-11-08T03:30:52.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 219025 13.37 MB/sec execute 228 sec latency 40.700 ms 2023-11-08T03:30:53.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 219534 13.39 MB/sec execute 229 sec latency 49.120 ms 2023-11-08T03:30:54.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 220012 13.39 MB/sec execute 230 sec latency 39.592 ms 2023-11-08T03:30:55.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 220419 13.37 MB/sec execute 231 sec latency 55.932 ms 2023-11-08T03:30:56.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 220900 13.35 MB/sec execute 232 sec latency 47.247 ms 2023-11-08T03:30:57.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 221313 13.33 MB/sec execute 233 sec latency 29.833 ms 2023-11-08T03:30:58.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 221750 13.35 MB/sec execute 234 sec latency 40.183 ms 2023-11-08T03:30:59.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 222334 13.35 MB/sec execute 235 sec latency 40.925 ms 2023-11-08T03:31:00.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 222713 13.35 MB/sec execute 236 sec latency 41.086 ms 2023-11-08T03:31:01.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 222952 13.33 MB/sec execute 237 sec latency 65.553 ms 2023-11-08T03:31:02.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 223213 13.30 MB/sec execute 238 sec latency 78.295 ms 2023-11-08T03:31:03.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 223455 13.27 MB/sec execute 239 sec latency 104.933 ms 2023-11-08T03:31:04.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 223616 13.23 MB/sec execute 240 sec latency 89.039 ms 2023-11-08T03:31:05.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 223854 13.19 MB/sec execute 241 sec latency 52.266 ms 2023-11-08T03:31:06.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 224160 13.16 MB/sec execute 242 sec latency 72.729 ms 2023-11-08T03:31:07.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 224572 13.15 MB/sec execute 243 sec latency 47.504 ms 2023-11-08T03:31:08.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 224910 13.12 MB/sec execute 244 sec latency 35.637 ms 2023-11-08T03:31:08.800 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:31:09.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 225340 13.14 MB/sec execute 245 sec latency 36.825 ms 2023-11-08T03:31:09.472 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:31:09.472 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:31:09.473 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:31:09.473 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:31:09.473 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:31:09.473 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:31:09.473 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:31:09.474 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:31:09.474 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:31:09.474 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:31:09.474 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:31:09.474 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:31:09.475 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 5m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:31:09.475 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 5m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:31:09.475 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:31:09.475 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:31:09.475 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:31:09.476 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:31:09.476 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:31:09.476 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:31:09.476 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:31:09.476 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:31:09.846 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:31:09.846 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:31:09.847 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:31:09.847 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:09.847 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:31:09.847 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:31:09.847 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:09.848 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:31:09.848 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:31:09.848 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:09.848 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:31:09.848 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:31:09.849 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:09.849 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:31:09.849 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:31:09.849 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:31:09.849 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:31:10.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 225811 13.13 MB/sec execute 246 sec latency 39.499 ms 2023-11-08T03:31:10.172 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:31:10.172 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:31:10.172 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:31:10.172 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:31:10.173 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:31:10.173 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:31:11.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 226173 13.12 MB/sec execute 247 sec latency 54.962 ms 2023-11-08T03:31:12.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 226564 13.12 MB/sec execute 248 sec latency 36.788 ms 2023-11-08T03:31:13.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 226991 13.13 MB/sec execute 249 sec latency 34.611 ms 2023-11-08T03:31:14.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 227294 13.09 MB/sec execute 250 sec latency 43.752 ms 2023-11-08T03:31:15.010 INFO:teuthology.orchestra.run.smithi092.stdout: 5 227637 13.07 MB/sec execute 251 sec latency 63.127 ms 2023-11-08T03:31:16.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 228016 13.05 MB/sec execute 252 sec latency 62.103 ms 2023-11-08T03:31:17.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 228373 13.03 MB/sec execute 253 sec latency 34.840 ms 2023-11-08T03:31:18.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 228801 13.04 MB/sec execute 254 sec latency 37.495 ms 2023-11-08T03:31:19.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 229310 13.04 MB/sec execute 255 sec latency 37.681 ms 2023-11-08T03:31:20.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 229688 13.03 MB/sec execute 256 sec latency 46.931 ms 2023-11-08T03:31:21.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 230183 13.05 MB/sec execute 257 sec latency 40.664 ms 2023-11-08T03:31:22.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 230636 13.05 MB/sec execute 258 sec latency 55.444 ms 2023-11-08T03:31:23.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 231076 13.03 MB/sec execute 259 sec latency 49.041 ms 2023-11-08T03:31:24.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 231498 13.00 MB/sec execute 260 sec latency 43.848 ms 2023-11-08T03:31:25.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 231966 13.00 MB/sec execute 261 sec latency 44.463 ms 2023-11-08T03:31:26.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 232375 13.01 MB/sec execute 262 sec latency 46.679 ms 2023-11-08T03:31:27.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 232849 13.00 MB/sec execute 263 sec latency 38.824 ms 2023-11-08T03:31:28.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 233143 12.99 MB/sec execute 264 sec latency 40.764 ms 2023-11-08T03:31:29.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 233680 13.01 MB/sec execute 265 sec latency 43.749 ms 2023-11-08T03:31:30.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 234197 13.02 MB/sec execute 266 sec latency 56.762 ms 2023-11-08T03:31:31.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 234575 12.99 MB/sec execute 267 sec latency 58.849 ms 2023-11-08T03:31:32.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 234927 12.97 MB/sec execute 268 sec latency 65.092 ms 2023-11-08T03:31:33.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 235287 12.95 MB/sec execute 269 sec latency 60.270 ms 2023-11-08T03:31:34.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 235676 12.95 MB/sec execute 270 sec latency 72.930 ms 2023-11-08T03:31:35.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 236133 12.94 MB/sec execute 271 sec latency 41.187 ms 2023-11-08T03:31:36.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 236565 12.94 MB/sec execute 272 sec latency 56.638 ms 2023-11-08T03:31:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 236906 12.94 MB/sec execute 273 sec latency 46.015 ms 2023-11-08T03:31:38.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 237285 12.93 MB/sec execute 274 sec latency 70.477 ms 2023-11-08T03:31:39.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 237615 12.92 MB/sec execute 275 sec latency 60.332 ms 2023-11-08T03:31:40.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 237851 12.90 MB/sec execute 276 sec latency 54.511 ms 2023-11-08T03:31:40.461 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:31:41.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 238096 12.87 MB/sec execute 277 sec latency 64.191 ms 2023-11-08T03:31:41.027 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:31:41.028 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:31:41.028 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:31:41.028 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (40m) 6m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:31:41.028 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:31:41.029 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:31:41.029 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:31:41.029 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:31:41.029 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:31:41.029 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (45m) 6m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:31:41.030 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:31:41.030 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:31:41.030 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 6m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:31:41.030 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 6m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:31:41.031 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:31:41.031 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:31:41.031 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:31:41.031 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:31:41.031 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:31:41.032 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:31:41.032 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:31:41.032 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:31:41.328 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:31:41.328 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:31:41.328 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:31:41.328 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:41.329 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:31:41.329 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:31:41.329 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:41.329 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:31:41.329 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:31:41.329 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:41.330 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:31:41.330 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:31:41.330 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:31:41.330 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:31:41.330 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:31:41.331 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:31:41.331 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:31:41.609 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:31:41.610 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:31:41.610 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:31:41.610 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:31:41.610 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:31:41.611 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:31:42.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 238322 12.83 MB/sec execute 278 sec latency 107.186 ms 2023-11-08T03:31:43.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 238556 12.80 MB/sec execute 279 sec latency 73.670 ms 2023-11-08T03:31:44.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 238769 12.78 MB/sec execute 280 sec latency 94.101 ms 2023-11-08T03:31:45.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 239151 12.77 MB/sec execute 281 sec latency 63.287 ms 2023-11-08T03:31:46.011 INFO:teuthology.orchestra.run.smithi092.stdout: 5 239750 12.79 MB/sec execute 282 sec latency 43.061 ms 2023-11-08T03:31:47.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 240205 12.79 MB/sec execute 283 sec latency 33.194 ms 2023-11-08T03:31:48.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 240834 12.81 MB/sec execute 284 sec latency 41.422 ms 2023-11-08T03:31:49.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 241306 12.82 MB/sec execute 285 sec latency 54.037 ms 2023-11-08T03:31:50.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 241731 12.80 MB/sec execute 286 sec latency 49.929 ms 2023-11-08T03:31:51.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 242135 12.78 MB/sec execute 287 sec latency 57.042 ms 2023-11-08T03:31:52.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 242473 12.77 MB/sec execute 288 sec latency 41.746 ms 2023-11-08T03:31:53.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 242779 12.76 MB/sec execute 289 sec latency 55.667 ms 2023-11-08T03:31:54.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 242969 12.73 MB/sec execute 290 sec latency 89.767 ms 2023-11-08T03:31:55.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 243299 12.71 MB/sec execute 291 sec latency 83.690 ms 2023-11-08T03:31:56.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 243560 12.71 MB/sec execute 292 sec latency 80.232 ms 2023-11-08T03:31:57.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 243742 12.68 MB/sec execute 293 sec latency 61.798 ms 2023-11-08T03:31:58.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 244112 12.69 MB/sec execute 294 sec latency 52.222 ms 2023-11-08T03:31:59.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 244485 12.67 MB/sec execute 295 sec latency 52.005 ms 2023-11-08T03:32:00.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 244809 12.67 MB/sec execute 296 sec latency 44.128 ms 2023-11-08T03:32:01.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 245058 12.64 MB/sec execute 297 sec latency 63.040 ms 2023-11-08T03:32:02.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 245368 12.61 MB/sec execute 298 sec latency 90.293 ms 2023-11-08T03:32:03.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 245641 12.59 MB/sec execute 299 sec latency 63.529 ms 2023-11-08T03:32:04.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 245830 12.55 MB/sec execute 300 sec latency 82.309 ms 2023-11-08T03:32:05.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 246318 12.57 MB/sec execute 301 sec latency 40.904 ms 2023-11-08T03:32:06.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 246833 12.57 MB/sec execute 302 sec latency 59.483 ms 2023-11-08T03:32:07.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 247233 12.57 MB/sec execute 303 sec latency 39.114 ms 2023-11-08T03:32:08.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 247633 12.58 MB/sec execute 304 sec latency 40.116 ms 2023-11-08T03:32:09.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 247947 12.56 MB/sec execute 305 sec latency 54.558 ms 2023-11-08T03:32:10.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 248270 12.55 MB/sec execute 306 sec latency 51.344 ms 2023-11-08T03:32:11.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 248547 12.54 MB/sec execute 307 sec latency 55.358 ms 2023-11-08T03:32:11.945 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:32:12.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 248860 12.51 MB/sec execute 308 sec latency 69.489 ms 2023-11-08T03:32:12.570 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:32:12.571 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:32:12.571 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:32:12.571 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:32:12.571 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:32:12.572 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:32:12.572 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:32:12.572 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:32:12.572 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:32:12.572 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:32:12.573 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:32:12.573 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:32:12.573 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 6m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:32:12.573 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 6m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:32:12.573 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:32:12.573 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:32:12.574 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:32:12.574 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:32:12.574 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:32:12.574 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:32:12.574 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:32:12.575 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:32:12.932 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:32:12.932 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:32:12.932 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:32:12.932 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:12.933 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:32:12.933 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:32:12.933 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:12.933 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:32:12.933 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:32:12.934 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:12.934 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:32:12.934 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:32:12.934 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:12.934 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:32:12.935 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:32:12.935 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:32:12.935 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:32:13.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 249179 12.49 MB/sec execute 309 sec latency 62.434 ms 2023-11-08T03:32:13.237 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:32:13.237 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:32:13.238 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:32:13.238 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:32:13.238 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:32:13.238 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:32:14.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 249395 12.46 MB/sec execute 310 sec latency 66.011 ms 2023-11-08T03:32:15.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 249801 12.47 MB/sec execute 311 sec latency 41.688 ms 2023-11-08T03:32:16.012 INFO:teuthology.orchestra.run.smithi092.stdout: 5 250171 12.46 MB/sec execute 312 sec latency 71.734 ms 2023-11-08T03:32:17.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 250638 12.46 MB/sec execute 313 sec latency 45.389 ms 2023-11-08T03:32:18.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 251012 12.46 MB/sec execute 314 sec latency 39.331 ms 2023-11-08T03:32:19.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 251424 12.46 MB/sec execute 315 sec latency 52.045 ms 2023-11-08T03:32:20.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 251790 12.46 MB/sec execute 316 sec latency 47.514 ms 2023-11-08T03:32:21.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 252139 12.45 MB/sec execute 317 sec latency 48.612 ms 2023-11-08T03:32:22.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 252585 12.42 MB/sec execute 318 sec latency 65.102 ms 2023-11-08T03:32:23.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 252902 12.41 MB/sec execute 319 sec latency 45.702 ms 2023-11-08T03:32:24.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 253332 12.41 MB/sec execute 320 sec latency 41.738 ms 2023-11-08T03:32:25.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 253747 12.40 MB/sec execute 321 sec latency 47.934 ms 2023-11-08T03:32:26.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 254182 12.41 MB/sec execute 322 sec latency 56.394 ms 2023-11-08T03:32:27.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 254498 12.41 MB/sec execute 323 sec latency 44.843 ms 2023-11-08T03:32:28.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 254857 12.40 MB/sec execute 324 sec latency 46.778 ms 2023-11-08T03:32:29.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 255212 12.40 MB/sec execute 325 sec latency 61.027 ms 2023-11-08T03:32:30.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 255509 12.38 MB/sec execute 326 sec latency 48.595 ms 2023-11-08T03:32:31.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 255820 12.36 MB/sec execute 327 sec latency 81.493 ms 2023-11-08T03:32:32.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 256228 12.34 MB/sec execute 328 sec latency 42.762 ms 2023-11-08T03:32:33.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 256456 12.32 MB/sec execute 329 sec latency 50.655 ms 2023-11-08T03:32:34.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 256707 12.30 MB/sec execute 330 sec latency 97.854 ms 2023-11-08T03:32:35.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 256974 12.30 MB/sec execute 331 sec latency 54.987 ms 2023-11-08T03:32:36.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 257230 12.28 MB/sec execute 332 sec latency 110.685 ms 2023-11-08T03:32:37.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 257592 12.28 MB/sec execute 333 sec latency 80.398 ms 2023-11-08T03:32:38.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 257782 12.26 MB/sec execute 334 sec latency 62.317 ms 2023-11-08T03:32:39.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 258107 12.26 MB/sec execute 335 sec latency 45.710 ms 2023-11-08T03:32:40.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 258431 12.25 MB/sec execute 336 sec latency 81.657 ms 2023-11-08T03:32:41.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 258759 12.24 MB/sec execute 337 sec latency 47.299 ms 2023-11-08T03:32:42.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 259157 12.24 MB/sec execute 338 sec latency 38.143 ms 2023-11-08T03:32:43.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 259676 12.21 MB/sec execute 339 sec latency 35.407 ms 2023-11-08T03:32:43.566 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:32:44.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 259998 12.20 MB/sec execute 340 sec latency 49.983 ms 2023-11-08T03:32:44.279 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:32:44.279 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:32:44.279 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:32:44.280 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (41m) 7m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:32:44.280 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:32:44.280 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:32:44.280 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:32:44.280 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:32:44.281 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:32:44.281 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (46m) 7m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:32:44.281 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:32:44.281 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:32:44.281 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 7m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:32:44.282 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 7m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:32:44.282 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:32:44.282 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:32:44.282 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:32:44.282 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:32:44.283 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:32:44.283 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:32:44.283 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:32:44.283 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:32:44.670 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:32:44.671 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:32:44.671 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:32:44.671 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:44.671 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:32:44.672 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:32:44.672 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:44.672 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:32:44.672 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:32:44.672 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:44.673 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:32:44.673 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:32:44.673 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:32:44.673 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:32:44.673 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:32:44.673 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:32:44.674 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:32:45.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 260396 12.21 MB/sec execute 341 sec latency 47.564 ms 2023-11-08T03:32:45.043 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:32:45.043 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:32:45.044 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:32:45.044 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:32:45.044 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:32:45.044 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:32:46.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 260757 12.20 MB/sec execute 342 sec latency 46.820 ms 2023-11-08T03:32:47.013 INFO:teuthology.orchestra.run.smithi092.stdout: 5 261216 12.20 MB/sec execute 343 sec latency 50.288 ms 2023-11-08T03:32:48.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 261457 12.19 MB/sec execute 344 sec latency 37.713 ms 2023-11-08T03:32:49.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 261773 12.19 MB/sec execute 345 sec latency 57.441 ms 2023-11-08T03:32:50.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 262063 12.17 MB/sec execute 346 sec latency 61.989 ms 2023-11-08T03:32:51.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 262326 12.16 MB/sec execute 347 sec latency 45.323 ms 2023-11-08T03:32:52.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 262523 12.14 MB/sec execute 348 sec latency 52.768 ms 2023-11-08T03:32:53.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 262758 12.13 MB/sec execute 349 sec latency 65.745 ms 2023-11-08T03:32:54.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 262988 12.10 MB/sec execute 350 sec latency 92.351 ms 2023-11-08T03:32:55.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 263281 12.07 MB/sec execute 351 sec latency 57.786 ms 2023-11-08T03:32:56.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 263502 12.05 MB/sec execute 352 sec latency 71.800 ms 2023-11-08T03:32:57.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 263907 12.06 MB/sec execute 353 sec latency 43.320 ms 2023-11-08T03:32:58.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 264243 12.05 MB/sec execute 354 sec latency 62.508 ms 2023-11-08T03:32:59.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 264644 12.06 MB/sec execute 355 sec latency 58.378 ms 2023-11-08T03:33:00.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 264921 12.04 MB/sec execute 356 sec latency 44.104 ms 2023-11-08T03:33:01.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 265200 12.04 MB/sec execute 357 sec latency 68.050 ms 2023-11-08T03:33:02.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 265509 12.03 MB/sec execute 358 sec latency 63.189 ms 2023-11-08T03:33:03.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 265774 12.01 MB/sec execute 359 sec latency 74.991 ms 2023-11-08T03:33:04.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 265974 12.00 MB/sec execute 360 sec latency 98.381 ms 2023-11-08T03:33:05.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 266179 11.98 MB/sec execute 361 sec latency 52.788 ms 2023-11-08T03:33:06.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 266405 11.96 MB/sec execute 362 sec latency 96.132 ms 2023-11-08T03:33:07.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 266684 11.93 MB/sec execute 363 sec latency 87.594 ms 2023-11-08T03:33:08.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 266928 11.91 MB/sec execute 364 sec latency 79.931 ms 2023-11-08T03:33:09.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 267082 11.89 MB/sec execute 365 sec latency 74.739 ms 2023-11-08T03:33:10.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 267349 11.88 MB/sec execute 366 sec latency 50.903 ms 2023-11-08T03:33:11.014 INFO:teuthology.orchestra.run.smithi092.stdout: 5 267618 11.88 MB/sec execute 367 sec latency 88.730 ms 2023-11-08T03:33:12.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 267888 11.86 MB/sec execute 368 sec latency 85.628 ms 2023-11-08T03:33:13.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 268226 11.86 MB/sec execute 369 sec latency 46.799 ms 2023-11-08T03:33:14.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 268543 11.85 MB/sec execute 370 sec latency 60.537 ms 2023-11-08T03:33:15.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 269058 11.86 MB/sec execute 371 sec latency 52.820 ms 2023-11-08T03:33:15.381 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:33:16.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 269424 11.86 MB/sec execute 372 sec latency 81.002 ms 2023-11-08T03:33:16.089 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:33:16.090 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:33:16.090 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:33:16.090 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:33:16.090 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:33:16.091 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:33:16.091 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:33:16.091 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:33:16.091 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:33:16.091 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:33:16.092 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:33:16.092 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:33:16.092 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 7m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:33:16.092 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 7m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:33:16.092 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:33:16.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:33:16.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:33:16.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:33:16.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:33:16.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:33:16.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:33:16.094 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:33:16.457 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:33:16.457 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:33:16.458 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:33:16.458 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:16.458 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:33:16.458 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:33:16.458 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:16.459 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:33:16.459 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:33:16.459 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:16.459 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:33:16.459 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:33:16.460 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:16.460 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:33:16.460 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:33:16.460 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:33:16.460 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:33:16.804 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:33:16.805 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:33:16.805 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:33:16.805 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:33:16.805 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:33:16.806 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:33:17.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 269661 11.84 MB/sec execute 373 sec latency 52.802 ms 2023-11-08T03:33:18.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 269983 11.83 MB/sec execute 374 sec latency 75.503 ms 2023-11-08T03:33:19.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 270368 11.81 MB/sec execute 375 sec latency 46.587 ms 2023-11-08T03:33:20.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 270585 11.79 MB/sec execute 376 sec latency 62.931 ms 2023-11-08T03:33:21.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 270881 11.79 MB/sec execute 377 sec latency 44.275 ms 2023-11-08T03:33:22.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 271185 11.79 MB/sec execute 378 sec latency 67.131 ms 2023-11-08T03:33:23.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 271530 11.77 MB/sec execute 379 sec latency 73.642 ms 2023-11-08T03:33:24.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 271855 11.77 MB/sec execute 380 sec latency 83.250 ms 2023-11-08T03:33:25.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 272068 11.75 MB/sec execute 381 sec latency 43.762 ms 2023-11-08T03:33:26.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 272387 11.76 MB/sec execute 382 sec latency 45.955 ms 2023-11-08T03:33:27.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 272667 11.74 MB/sec execute 383 sec latency 55.027 ms 2023-11-08T03:33:28.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 272978 11.74 MB/sec execute 384 sec latency 50.952 ms 2023-11-08T03:33:29.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 273337 11.74 MB/sec execute 385 sec latency 67.142 ms 2023-11-08T03:33:30.015 INFO:teuthology.orchestra.run.smithi092.stdout: 5 273733 11.71 MB/sec execute 386 sec latency 50.879 ms 2023-11-08T03:33:31.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 274200 11.71 MB/sec execute 387 sec latency 35.711 ms 2023-11-08T03:33:32.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 274897 11.73 MB/sec execute 388 sec latency 65.414 ms 2023-11-08T03:33:33.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 275445 11.75 MB/sec execute 389 sec latency 46.139 ms 2023-11-08T03:33:34.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 275708 11.74 MB/sec execute 390 sec latency 50.298 ms 2023-11-08T03:33:35.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 276036 11.74 MB/sec execute 391 sec latency 77.643 ms 2023-11-08T03:33:36.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 276307 11.73 MB/sec execute 392 sec latency 78.448 ms 2023-11-08T03:33:37.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 276521 11.72 MB/sec execute 393 sec latency 49.062 ms 2023-11-08T03:33:38.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 276707 11.69 MB/sec execute 394 sec latency 64.767 ms 2023-11-08T03:33:39.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 276925 11.68 MB/sec execute 395 sec latency 114.654 ms 2023-11-08T03:33:40.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 277196 11.66 MB/sec execute 396 sec latency 75.058 ms 2023-11-08T03:33:41.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 277492 11.64 MB/sec execute 397 sec latency 70.921 ms 2023-11-08T03:33:42.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 277786 11.63 MB/sec execute 398 sec latency 54.142 ms 2023-11-08T03:33:43.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 278251 11.64 MB/sec execute 399 sec latency 41.795 ms 2023-11-08T03:33:44.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 278679 11.64 MB/sec execute 400 sec latency 96.970 ms 2023-11-08T03:33:45.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 278982 11.63 MB/sec execute 401 sec latency 51.769 ms 2023-11-08T03:33:46.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 279244 11.63 MB/sec execute 402 sec latency 43.694 ms 2023-11-08T03:33:47.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 279547 11.62 MB/sec execute 403 sec latency 49.457 ms 2023-11-08T03:33:47.127 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:33:47.729 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:33:47.729 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:33:47.729 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:33:47.730 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (42m) 8m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:33:47.730 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:33:47.730 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:33:47.730 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:33:47.730 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:33:47.731 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (48m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:33:47.731 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (47m) 8m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:33:47.731 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:33:47.731 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:33:47.732 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 8m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:33:47.732 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 8m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:33:47.732 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:33:47.732 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:33:47.733 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:33:47.733 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:33:47.733 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:33:47.734 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:33:47.734 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:33:47.735 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (39m) 8m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:33:48.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 279770 11.61 MB/sec execute 404 sec latency 83.982 ms 2023-11-08T03:33:48.092 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:33:48.092 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:33:48.093 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:33:48.093 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:48.093 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:33:48.093 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:33:48.094 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:48.094 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:33:48.094 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:33:48.094 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:48.094 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:33:48.095 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:33:48.095 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:33:48.095 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:33:48.095 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:33:48.095 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:33:48.096 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:33:48.380 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:33:48.380 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:33:48.380 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:33:48.381 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:33:48.381 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:33:48.381 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:33:49.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 280068 11.61 MB/sec execute 405 sec latency 50.266 ms 2023-11-08T03:33:50.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 280415 11.60 MB/sec execute 406 sec latency 52.055 ms 2023-11-08T03:33:51.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 280814 11.58 MB/sec execute 407 sec latency 46.726 ms 2023-11-08T03:33:52.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 281113 11.56 MB/sec execute 408 sec latency 42.711 ms 2023-11-08T03:33:53.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 281458 11.56 MB/sec execute 409 sec latency 46.980 ms 2023-11-08T03:33:54.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 281855 11.57 MB/sec execute 410 sec latency 49.333 ms 2023-11-08T03:33:55.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 282251 11.56 MB/sec execute 411 sec latency 48.671 ms 2023-11-08T03:33:56.017 INFO:teuthology.orchestra.run.smithi092.stdout: 5 282604 11.56 MB/sec execute 412 sec latency 41.826 ms 2023-11-08T03:33:57.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 282949 11.56 MB/sec execute 413 sec latency 45.201 ms 2023-11-08T03:33:58.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 283320 11.56 MB/sec execute 414 sec latency 71.660 ms 2023-11-08T03:33:59.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 283619 11.56 MB/sec execute 415 sec latency 52.288 ms 2023-11-08T03:34:00.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 283899 11.54 MB/sec execute 416 sec latency 67.242 ms 2023-11-08T03:34:01.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 284256 11.53 MB/sec execute 417 sec latency 78.428 ms 2023-11-08T03:34:02.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 284593 11.51 MB/sec execute 418 sec latency 60.790 ms 2023-11-08T03:34:03.016 INFO:teuthology.orchestra.run.smithi092.stdout: 5 284919 11.51 MB/sec execute 419 sec latency 48.537 ms 2023-11-08T03:34:04.017 INFO:teuthology.orchestra.run.smithi092.stdout: 5 285323 11.51 MB/sec execute 420 sec latency 65.856 ms 2023-11-08T03:34:05.017 INFO:teuthology.orchestra.run.smithi092.stdout: 5 285782 11.51 MB/sec execute 421 sec latency 64.059 ms 2023-11-08T03:34:06.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 286118 11.51 MB/sec execute 422 sec latency 42.641 ms 2023-11-08T03:34:07.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 286388 11.51 MB/sec execute 423 sec latency 55.015 ms 2023-11-08T03:34:08.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 286706 11.50 MB/sec execute 424 sec latency 53.837 ms 2023-11-08T03:34:09.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 287029 11.50 MB/sec execute 425 sec latency 40.573 ms 2023-11-08T03:34:10.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 287304 11.49 MB/sec execute 426 sec latency 39.356 ms 2023-11-08T03:34:11.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 287672 11.48 MB/sec execute 427 sec latency 62.654 ms 2023-11-08T03:34:12.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 288033 11.46 MB/sec execute 428 sec latency 51.865 ms 2023-11-08T03:34:13.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 288318 11.45 MB/sec execute 429 sec latency 40.734 ms 2023-11-08T03:34:14.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 288631 11.45 MB/sec execute 430 sec latency 53.088 ms 2023-11-08T03:34:15.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 289041 11.45 MB/sec execute 431 sec latency 60.959 ms 2023-11-08T03:34:16.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 289478 11.45 MB/sec execute 432 sec latency 58.269 ms 2023-11-08T03:34:17.019 INFO:teuthology.orchestra.run.smithi092.stdout: 5 289925 11.46 MB/sec execute 433 sec latency 46.992 ms 2023-11-08T03:34:18.021 INFO:teuthology.orchestra.run.smithi092.stdout: 5 290353 11.46 MB/sec execute 434 sec latency 72.208 ms 2023-11-08T03:34:18.720 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:34:19.021 INFO:teuthology.orchestra.run.smithi092.stdout: 5 290667 11.46 MB/sec execute 435 sec latency 45.005 ms 2023-11-08T03:34:19.369 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:34:19.369 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:34:19.369 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:34:19.369 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (43m) 8m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:34:19.370 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:34:19.370 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:34:19.370 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:34:19.370 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:34:19.370 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:34:19.371 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:34:19.371 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:34:19.371 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:34:19.371 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 8m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:34:19.371 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:34:19.372 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:34:19.372 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:34:19.372 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:34:19.372 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:34:19.373 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:34:19.373 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:34:19.373 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:34:19.373 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:34:19.721 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:34:19.721 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:34:19.722 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:34:19.722 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:19.722 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:34:19.722 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:34:19.722 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:19.723 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:34:19.723 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:34:19.723 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:19.723 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:34:19.724 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:34:19.724 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:19.724 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:34:19.724 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:34:19.724 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:34:19.725 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:34:20.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 290953 11.45 MB/sec execute 436 sec latency 49.343 ms 2023-11-08T03:34:20.060 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:34:20.061 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:34:20.061 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:34:20.061 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:34:20.062 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:34:20.062 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:34:21.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 291297 11.44 MB/sec execute 437 sec latency 83.414 ms 2023-11-08T03:34:22.021 INFO:teuthology.orchestra.run.smithi092.stdout: 5 291649 11.42 MB/sec execute 438 sec latency 46.298 ms 2023-11-08T03:34:23.021 INFO:teuthology.orchestra.run.smithi092.stdout: 5 291960 11.42 MB/sec execute 439 sec latency 52.687 ms 2023-11-08T03:34:24.021 INFO:teuthology.orchestra.run.smithi092.stdout: 5 292333 11.42 MB/sec execute 440 sec latency 91.539 ms 2023-11-08T03:34:25.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 292755 11.42 MB/sec execute 441 sec latency 49.491 ms 2023-11-08T03:34:26.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 293110 11.42 MB/sec execute 442 sec latency 46.753 ms 2023-11-08T03:34:27.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 293424 11.41 MB/sec execute 443 sec latency 53.433 ms 2023-11-08T03:34:28.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 293773 11.41 MB/sec execute 444 sec latency 58.719 ms 2023-11-08T03:34:29.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 294087 11.41 MB/sec execute 445 sec latency 45.663 ms 2023-11-08T03:34:30.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 294403 11.41 MB/sec execute 446 sec latency 44.356 ms 2023-11-08T03:34:31.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 294734 11.39 MB/sec execute 447 sec latency 55.090 ms 2023-11-08T03:34:32.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 295064 11.38 MB/sec execute 448 sec latency 58.279 ms 2023-11-08T03:34:33.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 295428 11.37 MB/sec execute 449 sec latency 47.081 ms 2023-11-08T03:34:34.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 295762 11.37 MB/sec execute 450 sec latency 58.641 ms 2023-11-08T03:34:35.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 296219 11.37 MB/sec execute 451 sec latency 46.360 ms 2023-11-08T03:34:36.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 296573 11.36 MB/sec execute 452 sec latency 44.108 ms 2023-11-08T03:34:37.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 296975 11.37 MB/sec execute 453 sec latency 38.203 ms 2023-11-08T03:34:38.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 297324 11.37 MB/sec execute 454 sec latency 53.276 ms 2023-11-08T03:34:39.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 297664 11.37 MB/sec execute 455 sec latency 47.740 ms 2023-11-08T03:34:40.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 297959 11.36 MB/sec execute 456 sec latency 154.752 ms 2023-11-08T03:34:41.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 298322 11.35 MB/sec execute 457 sec latency 59.495 ms 2023-11-08T03:34:42.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 298619 11.34 MB/sec execute 458 sec latency 50.503 ms 2023-11-08T03:34:43.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 298968 11.33 MB/sec execute 459 sec latency 60.358 ms 2023-11-08T03:34:44.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 299301 11.33 MB/sec execute 460 sec latency 65.471 ms 2023-11-08T03:34:45.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 299736 11.33 MB/sec execute 461 sec latency 48.569 ms 2023-11-08T03:34:46.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 300021 11.32 MB/sec execute 462 sec latency 62.458 ms 2023-11-08T03:34:47.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 300322 11.32 MB/sec execute 463 sec latency 49.841 ms 2023-11-08T03:34:48.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 300591 11.31 MB/sec execute 464 sec latency 50.276 ms 2023-11-08T03:34:49.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 300892 11.31 MB/sec execute 465 sec latency 53.230 ms 2023-11-08T03:34:50.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 301117 11.30 MB/sec execute 466 sec latency 75.236 ms 2023-11-08T03:34:50.364 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:34:50.923 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:34:50.923 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:34:50.924 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:34:50.924 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (43m) 9m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:34:50.924 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:34:50.924 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:34:50.925 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:34:50.925 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:34:50.925 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:34:50.925 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:34:50.926 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:34:50.926 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:34:50.926 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 9m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:34:50.926 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 9m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:34:50.926 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:34:50.927 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:34:50.927 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:34:50.927 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:34:50.927 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:34:50.927 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:34:50.927 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:34:50.928 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:34:51.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 301334 11.29 MB/sec execute 467 sec latency 51.734 ms 2023-11-08T03:34:51.227 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:34:51.228 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:34:51.228 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:34:51.228 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:51.229 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:34:51.229 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:34:51.229 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:51.229 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:34:51.229 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:34:51.229 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:51.230 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:34:51.230 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:34:51.230 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:34:51.230 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:34:51.231 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:34:51.231 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:34:51.231 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:34:51.504 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:34:51.504 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:34:51.504 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:34:51.504 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:34:51.505 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:34:51.505 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:34:52.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 301586 11.28 MB/sec execute 468 sec latency 75.869 ms 2023-11-08T03:34:53.022 INFO:teuthology.orchestra.run.smithi092.stdout: 5 301801 11.26 MB/sec execute 469 sec latency 73.961 ms 2023-11-08T03:34:54.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 302036 11.25 MB/sec execute 470 sec latency 97.575 ms 2023-11-08T03:34:55.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 302270 11.23 MB/sec execute 471 sec latency 64.509 ms 2023-11-08T03:34:56.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 302533 11.23 MB/sec execute 472 sec latency 79.420 ms 2023-11-08T03:34:57.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 302777 11.21 MB/sec execute 473 sec latency 70.894 ms 2023-11-08T03:34:58.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 303126 11.21 MB/sec execute 474 sec latency 76.368 ms 2023-11-08T03:34:59.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 303476 11.21 MB/sec execute 475 sec latency 40.131 ms 2023-11-08T03:35:00.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 303859 11.21 MB/sec execute 476 sec latency 65.159 ms 2023-11-08T03:35:01.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 304195 11.21 MB/sec execute 477 sec latency 46.086 ms 2023-11-08T03:35:02.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 304538 11.21 MB/sec execute 478 sec latency 50.611 ms 2023-11-08T03:35:03.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 304785 11.20 MB/sec execute 479 sec latency 65.973 ms 2023-11-08T03:35:04.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 305023 11.19 MB/sec execute 480 sec latency 57.038 ms 2023-11-08T03:35:05.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 305272 11.18 MB/sec execute 481 sec latency 79.074 ms 2023-11-08T03:35:06.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 305584 11.17 MB/sec execute 482 sec latency 105.018 ms 2023-11-08T03:35:07.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 305918 11.16 MB/sec execute 483 sec latency 42.361 ms 2023-11-08T03:35:08.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 306246 11.15 MB/sec execute 484 sec latency 74.059 ms 2023-11-08T03:35:09.023 INFO:teuthology.orchestra.run.smithi092.stdout: 5 306651 11.15 MB/sec execute 485 sec latency 51.051 ms 2023-11-08T03:35:10.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 307296 11.17 MB/sec execute 486 sec latency 51.515 ms 2023-11-08T03:35:11.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 307900 11.18 MB/sec execute 487 sec latency 76.988 ms 2023-11-08T03:35:12.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 308167 11.18 MB/sec execute 488 sec latency 90.929 ms 2023-11-08T03:35:13.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 308368 11.17 MB/sec execute 489 sec latency 59.700 ms 2023-11-08T03:35:14.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 308596 11.16 MB/sec execute 490 sec latency 75.533 ms 2023-11-08T03:35:15.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 308800 11.14 MB/sec execute 491 sec latency 106.367 ms 2023-11-08T03:35:16.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 309081 11.13 MB/sec execute 492 sec latency 55.862 ms 2023-11-08T03:35:17.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 309335 11.12 MB/sec execute 493 sec latency 59.734 ms 2023-11-08T03:35:18.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 309658 11.11 MB/sec execute 494 sec latency 87.719 ms 2023-11-08T03:35:19.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 309923 11.10 MB/sec execute 495 sec latency 44.622 ms 2023-11-08T03:35:20.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 310266 11.10 MB/sec execute 496 sec latency 55.068 ms 2023-11-08T03:35:21.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 310542 11.10 MB/sec execute 497 sec latency 51.090 ms 2023-11-08T03:35:21.798 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:35:22.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 310806 11.09 MB/sec execute 498 sec latency 75.892 ms 2023-11-08T03:35:22.366 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:35:22.367 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:35:22.367 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:35:22.367 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:35:22.367 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:35:22.367 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:35:22.368 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:35:22.368 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:35:22.368 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:35:22.368 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:35:22.368 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:35:22.369 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:35:22.369 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 10m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:35:22.369 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 10m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:35:22.369 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:35:22.369 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:35:22.370 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:35:22.370 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:35:22.370 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:35:22.370 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:35:22.370 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:35:22.371 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:35:22.678 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:35:22.679 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:35:22.679 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:35:22.679 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:22.679 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:35:22.680 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:35:22.680 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:22.680 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:35:22.680 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:35:22.681 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:22.681 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:35:22.681 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:35:22.681 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:22.681 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:35:22.682 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:35:22.682 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:35:22.682 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:35:22.986 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:35:22.986 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:35:22.986 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:35:22.987 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:35:22.987 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:35:22.987 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:35:23.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 311115 11.09 MB/sec execute 499 sec latency 54.319 ms 2023-11-08T03:35:24.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 311305 11.08 MB/sec execute 500 sec latency 69.918 ms 2023-11-08T03:35:25.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 311533 11.07 MB/sec execute 501 sec latency 50.317 ms 2023-11-08T03:35:26.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 311801 11.06 MB/sec execute 502 sec latency 60.491 ms 2023-11-08T03:35:27.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 312098 11.06 MB/sec execute 503 sec latency 53.965 ms 2023-11-08T03:35:28.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 312354 11.04 MB/sec execute 504 sec latency 57.661 ms 2023-11-08T03:35:29.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 312686 11.04 MB/sec execute 505 sec latency 46.140 ms 2023-11-08T03:35:30.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 313047 11.03 MB/sec execute 506 sec latency 62.553 ms 2023-11-08T03:35:31.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 313413 11.03 MB/sec execute 507 sec latency 44.896 ms 2023-11-08T03:35:32.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 313840 11.03 MB/sec execute 508 sec latency 43.777 ms 2023-11-08T03:35:33.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 314183 11.03 MB/sec execute 509 sec latency 57.675 ms 2023-11-08T03:35:34.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 314546 11.03 MB/sec execute 510 sec latency 46.113 ms 2023-11-08T03:35:35.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 314922 11.03 MB/sec execute 511 sec latency 41.257 ms 2023-11-08T03:35:36.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 315246 11.03 MB/sec execute 512 sec latency 43.622 ms 2023-11-08T03:35:37.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 315493 11.02 MB/sec execute 513 sec latency 77.281 ms 2023-11-08T03:35:38.024 INFO:teuthology.orchestra.run.smithi092.stdout: 5 315808 11.01 MB/sec execute 514 sec latency 104.572 ms 2023-11-08T03:35:39.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 316087 11.00 MB/sec execute 515 sec latency 86.359 ms 2023-11-08T03:35:40.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 316256 10.99 MB/sec execute 516 sec latency 78.651 ms 2023-11-08T03:35:41.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 316493 10.98 MB/sec execute 517 sec latency 55.177 ms 2023-11-08T03:35:42.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 316727 10.97 MB/sec execute 518 sec latency 116.835 ms 2023-11-08T03:35:43.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 316940 10.96 MB/sec execute 519 sec latency 57.141 ms 2023-11-08T03:35:44.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 317199 10.95 MB/sec execute 520 sec latency 84.551 ms 2023-11-08T03:35:45.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 317492 10.94 MB/sec execute 521 sec latency 68.825 ms 2023-11-08T03:35:46.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 317735 10.94 MB/sec execute 522 sec latency 47.336 ms 2023-11-08T03:35:47.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 318020 10.93 MB/sec execute 523 sec latency 72.340 ms 2023-11-08T03:35:48.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 318297 10.93 MB/sec execute 524 sec latency 57.334 ms 2023-11-08T03:35:49.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 318550 10.92 MB/sec execute 525 sec latency 76.855 ms 2023-11-08T03:35:50.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 318830 10.92 MB/sec execute 526 sec latency 68.319 ms 2023-11-08T03:35:51.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 319077 10.91 MB/sec execute 527 sec latency 45.950 ms 2023-11-08T03:35:52.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 319322 10.90 MB/sec execute 528 sec latency 72.050 ms 2023-11-08T03:35:53.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 319698 10.90 MB/sec execute 529 sec latency 52.596 ms 2023-11-08T03:35:53.343 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:35:54.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 319971 10.88 MB/sec execute 530 sec latency 55.721 ms 2023-11-08T03:35:54.026 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:35:54.026 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:35:54.026 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:35:54.026 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:35:54.027 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:35:54.027 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:35:54.027 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:35:54.027 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:35:54.028 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:35:54.028 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:35:54.028 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:35:54.028 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:35:54.028 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 10m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:35:54.028 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 10m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:35:54.029 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:35:54.029 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:35:54.029 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:35:54.029 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:35:54.029 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:35:54.030 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:35:54.030 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:35:54.030 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:35:54.415 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:35:54.416 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:35:54.416 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:35:54.416 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:54.416 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:35:54.416 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:35:54.417 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:54.417 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:35:54.417 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:35:54.417 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:54.417 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:35:54.418 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:35:54.418 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:35:54.418 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:35:54.418 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:35:54.419 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:35:54.419 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:35:54.761 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:35:54.762 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:35:54.762 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:35:54.762 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:35:54.762 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:35:54.763 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:35:55.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 320329 10.88 MB/sec execute 531 sec latency 51.345 ms 2023-11-08T03:35:56.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 320751 10.87 MB/sec execute 532 sec latency 45.684 ms 2023-11-08T03:35:57.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 321132 10.88 MB/sec execute 533 sec latency 37.690 ms 2023-11-08T03:35:58.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 321487 10.88 MB/sec execute 534 sec latency 39.595 ms 2023-11-08T03:35:59.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 321860 10.88 MB/sec execute 535 sec latency 71.664 ms 2023-11-08T03:36:00.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 322186 10.88 MB/sec execute 536 sec latency 37.486 ms 2023-11-08T03:36:01.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 322477 10.88 MB/sec execute 537 sec latency 53.474 ms 2023-11-08T03:36:02.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 322773 10.87 MB/sec execute 538 sec latency 61.885 ms 2023-11-08T03:36:03.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 323276 10.87 MB/sec execute 539 sec latency 46.827 ms 2023-11-08T03:36:04.025 INFO:teuthology.orchestra.run.smithi092.stdout: 5 323801 10.87 MB/sec execute 540 sec latency 51.461 ms 2023-11-08T03:36:05.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 324265 10.87 MB/sec execute 541 sec latency 34.842 ms 2023-11-08T03:36:06.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 324641 10.87 MB/sec execute 542 sec latency 44.509 ms 2023-11-08T03:36:07.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 325020 10.88 MB/sec execute 543 sec latency 81.287 ms 2023-11-08T03:36:08.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 325394 10.88 MB/sec execute 544 sec latency 45.884 ms 2023-11-08T03:36:09.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 325715 10.88 MB/sec execute 545 sec latency 50.112 ms 2023-11-08T03:36:10.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 326016 10.87 MB/sec execute 546 sec latency 88.030 ms 2023-11-08T03:36:11.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 326370 10.87 MB/sec execute 547 sec latency 59.667 ms 2023-11-08T03:36:12.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 326696 10.86 MB/sec execute 548 sec latency 57.858 ms 2023-11-08T03:36:13.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 326971 10.85 MB/sec execute 549 sec latency 56.508 ms 2023-11-08T03:36:14.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 327336 10.85 MB/sec execute 550 sec latency 56.092 ms 2023-11-08T03:36:15.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 327680 10.84 MB/sec execute 551 sec latency 57.889 ms 2023-11-08T03:36:16.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 328113 10.85 MB/sec execute 552 sec latency 39.805 ms 2023-11-08T03:36:17.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 328396 10.84 MB/sec execute 553 sec latency 66.144 ms 2023-11-08T03:36:18.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 328827 10.85 MB/sec execute 554 sec latency 55.440 ms 2023-11-08T03:36:19.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 329257 10.85 MB/sec execute 555 sec latency 50.924 ms 2023-11-08T03:36:20.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 329647 10.86 MB/sec execute 556 sec latency 63.839 ms 2023-11-08T03:36:21.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 330073 10.85 MB/sec execute 557 sec latency 58.161 ms 2023-11-08T03:36:22.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 330371 10.84 MB/sec execute 558 sec latency 78.496 ms 2023-11-08T03:36:23.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 330692 10.84 MB/sec execute 559 sec latency 47.708 ms 2023-11-08T03:36:24.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 331059 10.84 MB/sec execute 560 sec latency 58.339 ms 2023-11-08T03:36:25.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 331697 10.85 MB/sec execute 561 sec latency 41.190 ms 2023-11-08T03:36:25.167 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:36:25.915 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:36:25.915 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:36:25.915 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:36:25.915 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:36:25.916 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:36:25.916 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:36:25.916 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:36:25.916 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:36:25.917 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:36:25.917 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:36:25.917 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:36:25.917 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:36:25.917 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 11m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:36:25.918 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 11m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:36:25.918 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:36:25.918 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:36:25.918 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:36:25.918 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:36:25.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:36:25.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:36:25.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:36:25.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:36:26.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 332278 10.86 MB/sec execute 562 sec latency 39.044 ms 2023-11-08T03:36:26.336 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:36:26.336 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:36:26.336 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:36:26.336 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:26.337 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:36:26.337 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:36:26.337 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:26.337 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:36:26.337 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:36:26.338 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:26.338 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:36:26.338 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:36:26.338 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:26.339 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:36:26.339 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:36:26.339 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:36:26.339 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:36:26.684 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:36:26.684 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:36:26.685 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:36:26.685 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:36:26.685 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:36:26.685 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:36:27.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 332635 10.86 MB/sec execute 563 sec latency 39.351 ms 2023-11-08T03:36:28.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 332913 10.86 MB/sec execute 564 sec latency 44.172 ms 2023-11-08T03:36:29.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 333187 10.85 MB/sec execute 565 sec latency 53.621 ms 2023-11-08T03:36:30.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 333478 10.84 MB/sec execute 566 sec latency 67.034 ms 2023-11-08T03:36:31.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 333738 10.83 MB/sec execute 567 sec latency 78.279 ms 2023-11-08T03:36:32.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 333922 10.82 MB/sec execute 568 sec latency 73.353 ms 2023-11-08T03:36:33.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 334154 10.81 MB/sec execute 569 sec latency 82.620 ms 2023-11-08T03:36:34.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 334389 10.81 MB/sec execute 570 sec latency 68.731 ms 2023-11-08T03:36:35.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 334691 10.80 MB/sec execute 571 sec latency 61.678 ms 2023-11-08T03:36:36.026 INFO:teuthology.orchestra.run.smithi092.stdout: 5 335092 10.80 MB/sec execute 572 sec latency 53.110 ms 2023-11-08T03:36:37.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 335398 10.79 MB/sec execute 573 sec latency 65.998 ms 2023-11-08T03:36:38.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 335800 10.80 MB/sec execute 574 sec latency 62.246 ms 2023-11-08T03:36:39.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 336122 10.79 MB/sec execute 575 sec latency 53.576 ms 2023-11-08T03:36:40.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 336365 10.79 MB/sec execute 576 sec latency 54.712 ms 2023-11-08T03:36:41.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 336627 10.79 MB/sec execute 577 sec latency 61.380 ms 2023-11-08T03:36:42.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 336876 10.78 MB/sec execute 578 sec latency 67.703 ms 2023-11-08T03:36:43.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 337165 10.77 MB/sec execute 579 sec latency 65.830 ms 2023-11-08T03:36:44.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 337352 10.76 MB/sec execute 580 sec latency 68.875 ms 2023-11-08T03:36:45.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 337547 10.75 MB/sec execute 581 sec latency 67.197 ms 2023-11-08T03:36:46.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 337830 10.74 MB/sec execute 582 sec latency 50.932 ms 2023-11-08T03:36:47.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 338156 10.74 MB/sec execute 583 sec latency 57.495 ms 2023-11-08T03:36:48.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 338550 10.73 MB/sec execute 584 sec latency 55.971 ms 2023-11-08T03:36:49.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 338848 10.73 MB/sec execute 585 sec latency 55.053 ms 2023-11-08T03:36:50.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 339216 10.73 MB/sec execute 586 sec latency 44.751 ms 2023-11-08T03:36:51.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 339600 10.73 MB/sec execute 587 sec latency 56.556 ms 2023-11-08T03:36:52.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 339913 10.73 MB/sec execute 588 sec latency 46.005 ms 2023-11-08T03:36:53.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 340233 10.73 MB/sec execute 589 sec latency 52.424 ms 2023-11-08T03:36:54.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 340570 10.72 MB/sec execute 590 sec latency 47.622 ms 2023-11-08T03:36:55.028 INFO:teuthology.orchestra.run.smithi092.stdout: 5 340961 10.72 MB/sec execute 591 sec latency 55.939 ms 2023-11-08T03:36:56.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 341353 10.72 MB/sec execute 592 sec latency 52.960 ms 2023-11-08T03:36:57.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 341728 10.72 MB/sec execute 593 sec latency 57.961 ms 2023-11-08T03:36:57.074 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:36:57.767 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:36:57.768 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:36:57.768 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:36:57.768 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:36:57.768 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:36:57.768 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:36:57.769 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:36:57.769 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:36:57.769 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:36:57.769 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:36:57.769 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:36:57.769 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:36:57.770 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 11m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:36:57.770 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 11m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:36:57.770 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:36:57.770 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:36:57.771 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:36:57.771 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:36:57.771 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:36:57.771 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:36:57.771 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:36:57.771 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:36:58.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 342075 10.71 MB/sec execute 594 sec latency 58.633 ms 2023-11-08T03:36:58.155 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:36:58.155 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:36:58.155 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:36:58.155 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:58.156 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:36:58.156 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:36:58.156 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:58.156 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:36:58.156 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:36:58.157 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:58.157 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:36:58.157 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:36:58.157 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:36:58.157 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:36:58.157 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:36:58.158 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:36:58.158 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:36:58.491 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:36:58.491 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:36:58.491 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:36:58.491 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:36:58.491 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:36:58.492 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:36:59.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 342372 10.71 MB/sec execute 595 sec latency 38.439 ms 2023-11-08T03:37:00.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 342783 10.72 MB/sec execute 596 sec latency 62.090 ms 2023-11-08T03:37:01.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 343135 10.71 MB/sec execute 597 sec latency 70.169 ms 2023-11-08T03:37:02.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 343456 10.71 MB/sec execute 598 sec latency 75.260 ms 2023-11-08T03:37:03.027 INFO:teuthology.orchestra.run.smithi092.stdout: 5 343766 10.71 MB/sec execute 599 sec latency 53.851 ms 2023-11-08T03:37:04.028 INFO:teuthology.orchestra.run.smithi092.stdout: 5 cleanup 600 sec 2023-11-08T03:37:04.169 INFO:teuthology.orchestra.run.smithi092.stdout:[346110] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000003090000000d' failed - Device or resource busy 2023-11-08T03:37:04.170 INFO:teuthology.orchestra.run.smithi092.stdout:[346110] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000031c00000007' failed - Device or resource busy 2023-11-08T03:37:04.170 INFO:teuthology.orchestra.run.smithi092.stdout:[346110] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000031700000006' failed - Device or resource busy 2023-11-08T03:37:04.171 INFO:teuthology.orchestra.run.smithi092.stdout:[346110] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002ef00000008' failed - Device or resource busy 2023-11-08T03:37:04.172 INFO:teuthology.orchestra.run.smithi092.stdout:[346110] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002f40000000a' failed - Device or resource busy 2023-11-08T03:37:04.274 INFO:teuthology.orchestra.run.smithi092.stdout: 0 cleanup 600 sec 2023-11-08T03:37:04.274 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:37:04.274 INFO:teuthology.orchestra.run.smithi092.stdout: Operation Count AvgLat MaxLat 2023-11-08T03:37:04.275 INFO:teuthology.orchestra.run.smithi092.stdout: ---------------------------------------- 2023-11-08T03:37:04.275 INFO:teuthology.orchestra.run.smithi092.stdout: NTCreateX 205999 4.193 154.747 2023-11-08T03:37:04.275 INFO:teuthology.orchestra.run.smithi092.stdout: Close 151169 0.122 11.141 2023-11-08T03:37:04.275 INFO:teuthology.orchestra.run.smithi092.stdout: Rename 8731 10.045 110.679 2023-11-08T03:37:04.275 INFO:teuthology.orchestra.run.smithi092.stdout: Unlink 41690 6.926 212.627 2023-11-08T03:37:04.276 INFO:teuthology.orchestra.run.smithi092.stdout: Qpathinfo 186788 0.920 208.537 2023-11-08T03:37:04.276 INFO:teuthology.orchestra.run.smithi092.stdout: Qfileinfo 32550 0.078 6.821 2023-11-08T03:37:04.276 INFO:teuthology.orchestra.run.smithi092.stdout: Qfsinfo 34274 0.360 14.195 2023-11-08T03:37:04.276 INFO:teuthology.orchestra.run.smithi092.stdout: Sfileinfo 16769 12.693 108.979 2023-11-08T03:37:04.276 INFO:teuthology.orchestra.run.smithi092.stdout: Find 72172 0.387 40.272 2023-11-08T03:37:04.277 INFO:teuthology.orchestra.run.smithi092.stdout: WriteX 101727 12.848 212.480 2023-11-08T03:37:04.277 INFO:teuthology.orchestra.run.smithi092.stdout: ReadX 323255 0.009 7.680 2023-11-08T03:37:04.277 INFO:teuthology.orchestra.run.smithi092.stdout: LockX 672 0.392 14.300 2023-11-08T03:37:04.277 INFO:teuthology.orchestra.run.smithi092.stdout: UnlockX 672 0.314 6.564 2023-11-08T03:37:04.277 INFO:teuthology.orchestra.run.smithi092.stdout: Flush 14437 0.002 0.031 2023-11-08T03:37:04.278 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:37:04.278 INFO:teuthology.orchestra.run.smithi092.stdout:Throughput 10.7126 MB/sec 5 clients 5 procs max_latency=212.636 ms 2023-11-08T03:37:04.279 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-08T03:37:04.332 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-08T03:37:04.419 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-08T03:37:04.446 INFO:teuthology.orchestra.run.smithi092.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-08T03:37:04.446 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:37:04.446 INFO:teuthology.orchestra.run.smithi092.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-08T03:37:04.447 INFO:teuthology.orchestra.run.smithi092.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-08T03:37:04.547 INFO:teuthology.orchestra.run.smithi092.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-08T03:37:04.547 INFO:teuthology.orchestra.run.smithi092.stdout:releasing clients 2023-11-08T03:37:06.547 INFO:teuthology.orchestra.run.smithi092.stdout: 5 299 20.55 MB/sec execute 1 sec latency 102.182 ms 2023-11-08T03:37:07.547 INFO:teuthology.orchestra.run.smithi092.stdout: 5 439 21.33 MB/sec execute 2 sec latency 33.725 ms 2023-11-08T03:37:08.547 INFO:teuthology.orchestra.run.smithi092.stdout: 5 665 23.70 MB/sec execute 3 sec latency 28.078 ms 2023-11-08T03:37:09.547 INFO:teuthology.orchestra.run.smithi092.stdout: 5 959 18.63 MB/sec execute 4 sec latency 44.418 ms 2023-11-08T03:37:10.547 INFO:teuthology.orchestra.run.smithi092.stdout: 5 cleanup 5 sec 2023-11-08T03:37:10.740 INFO:teuthology.orchestra.run.smithi092.stdout: 0 cleanup 5 sec 2023-11-08T03:37:10.740 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:37:10.741 INFO:teuthology.orchestra.run.smithi092.stdout: Operation Count AvgLat MaxLat 2023-11-08T03:37:10.741 INFO:teuthology.orchestra.run.smithi092.stdout: ---------------------------------------- 2023-11-08T03:37:10.741 INFO:teuthology.orchestra.run.smithi092.stdout: NTCreateX 801 8.571 46.101 2023-11-08T03:37:10.741 INFO:teuthology.orchestra.run.smithi092.stdout: Close 747 8.107 35.795 2023-11-08T03:37:10.741 INFO:teuthology.orchestra.run.smithi092.stdout: Rename 50 10.528 44.408 2023-11-08T03:37:10.742 INFO:teuthology.orchestra.run.smithi092.stdout: Unlink 79 3.519 21.039 2023-11-08T03:37:10.742 INFO:teuthology.orchestra.run.smithi092.stdout: Qpathinfo 453 1.336 28.334 2023-11-08T03:37:10.742 INFO:teuthology.orchestra.run.smithi092.stdout: Qfileinfo 369 17.725 37.381 2023-11-08T03:37:10.742 INFO:teuthology.orchestra.run.smithi092.stdout: Qfsinfo 156 0.396 8.000 2023-11-08T03:37:10.742 INFO:teuthology.orchestra.run.smithi092.stdout: Sfileinfo 168 13.886 40.532 2023-11-08T03:37:10.743 INFO:teuthology.orchestra.run.smithi092.stdout: Find 207 0.384 4.256 2023-11-08T03:37:10.743 INFO:teuthology.orchestra.run.smithi092.stdout: WriteX 1770 0.022 0.058 2023-11-08T03:37:10.743 INFO:teuthology.orchestra.run.smithi092.stdout: ReadX 839 0.019 2.693 2023-11-08T03:37:10.743 INFO:teuthology.orchestra.run.smithi092.stdout: Flush 120 14.155 24.243 2023-11-08T03:37:10.743 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-08T03:37:10.744 INFO:teuthology.orchestra.run.smithi092.stdout:Throughput 18.626 MB/sec 5 clients 5 procs max_latency=102.182 ms 2023-11-08T03:37:10.745 DEBUG:teuthology.parallel:result is None 2023-11-08T03:37:28.787 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:37:29.330 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:37:29.330 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:37:29.331 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:37:29.331 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (46m) 12m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:37:29.331 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:37:29.331 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:37:29.331 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:37:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:37:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:37:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (51m) 12m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:37:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:37:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:37:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 12m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:37:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 12m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:37:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:37:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:37:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:37:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:37:29.334 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:37:29.334 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:37:29.334 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:37:29.334 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:37:29.654 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:37:29.655 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:37:29.655 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:37:29.656 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:37:29.656 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:37:29.656 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:37:29.657 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:37:29.657 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:37:29.658 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:37:29.658 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:37:29.658 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:37:29.659 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:37:29.659 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:37:29.659 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:37:29.660 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:37:29.660 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:37:29.661 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:37:29.943 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:37:29.943 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:37:29.944 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:37:29.944 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:37:29.944 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:37:29.944 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:38:00.217 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:38:00.709 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:38:00.709 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:38:00.709 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:38:00.709 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (46m) 12m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:38:00.710 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:38:00.710 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:38:00.710 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:38:00.710 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a50011340816 2023-11-08T03:38:00.710 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:38:00.711 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (51m) 12m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:38:00.711 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:38:00.711 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:38:00.711 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 12m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:38:00.711 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 12m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:38:00.712 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:38:00.712 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:38:00.712 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:38:00.712 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:38:00.712 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:38:00.712 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:38:00.713 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:38:00.713 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:38:00.986 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:38:00.988 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:38:00.989 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:38:00.989 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:00.989 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:38:00.989 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:38:00.989 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:00.990 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:38:00.990 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:38:00.990 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:00.991 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:38:00.991 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:38:00.991 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:00.991 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:38:00.991 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-08T03:38:00.991 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:38:00.992 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:38:01.239 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:38:01.239 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:38:01.239 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:38:01.239 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:38:01.239 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:38:01.240 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:38:31.511 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:38:32.006 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:38:32.006 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (47m) 16s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:38:32.007 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (47m) 14s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:38:32.007 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (47m) 16s ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:38:32.007 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (33m) 16s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:38:32.007 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (33m) 14s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:38:32.008 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (53m) 16s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:38:32.008 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (18s) 14s ago 47m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:38:32.008 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (53m) 16s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:38:32.008 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (52m) 14s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:38:32.009 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (13m) 16s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:38:32.009 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (13m) 14s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:38:32.009 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 16s ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:38:32.009 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 14s ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:38:32.009 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (47m) 16s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:38:32.010 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (47m) 16s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:38:32.010 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (47m) 16s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:38:32.010 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (46m) 16s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:38:32.010 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (45m) 14s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:38:32.010 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (45m) 14s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:38:32.011 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (44m) 14s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:38:32.011 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (44m) 14s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:38:32.279 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:38:32.280 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:38:32.280 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:38:32.280 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:32.281 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:38:32.281 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:38:32.281 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:38:32.281 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:32.281 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:38:32.282 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:38:32.282 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:32.282 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:38:32.282 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:38:32.282 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:38:32.283 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:38:32.283 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:38:32.283 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:38:32.283 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:38:32.283 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:38:32.531 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:38:32.531 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:38:32.531 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:38:32.531 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:38:32.532 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:38:32.532 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:39:02.807 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:39:03.300 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:39:03.300 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (48m) 47s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:39:03.300 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (48m) 45s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:39:03.300 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (47m) 47s ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:39:03.301 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (33m) 47s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:39:03.301 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (33m) 45s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:39:03.301 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (54m) 47s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:39:03.301 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (50s) 45s ago 47m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:39:03.301 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (54m) 47s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:39:03.302 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (52m) 45s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:39:03.302 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (14m) 47s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:39:03.302 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (14m) 45s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:39:03.302 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 47s ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:39:03.302 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 45s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:39:03.303 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (48m) 47s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:39:03.303 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (47m) 47s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:39:03.303 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (47m) 47s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:39:03.303 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (47m) 47s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:39:03.303 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (45m) 45s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:39:03.304 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (45m) 45s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:39:03.304 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (45m) 45s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:39:03.304 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (45m) 45s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:39:03.573 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:39:03.574 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:39:03.574 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:39:03.574 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:03.574 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:39:03.574 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:39:03.575 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:39:03.575 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:03.575 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:39:03.575 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:39:03.575 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:03.576 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:39:03.576 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:39:03.576 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:03.577 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:39:03.577 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:39:03.577 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:39:03.577 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:39:03.577 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:39:03.826 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:39:03.826 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:39:03.827 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:39:03.827 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:39:03.827 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:39:03.827 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:39:34.097 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:39:34.595 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:39:34.595 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (48m) 79s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:39:34.595 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (48m) 77s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:39:34.596 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (48m) 79s ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:39:34.596 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (34m) 79s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:39:34.596 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (34m) 77s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:39:34.596 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (54m) 79s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:39:34.596 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (81s) 77s ago 48m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:39:34.596 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (54m) 79s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:39:34.597 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (53m) 77s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:39:34.597 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (14m) 79s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:39:34.597 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (14m) 77s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:39:34.597 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 79s ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:39:34.597 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 77s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:39:34.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (48m) 79s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:39:34.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (48m) 79s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:39:34.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (48m) 79s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:39:34.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (47m) 79s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:39:34.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (46m) 77s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:39:34.599 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (46m) 77s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:39:34.599 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (45m) 77s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:39:34.599 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (45m) 77s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:39:34.866 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:39:34.866 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:39:34.867 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:39:34.867 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:34.867 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:39:34.867 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:39:34.867 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:39:34.868 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:34.868 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:39:34.868 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:39:34.868 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:34.869 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:39:34.869 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:39:34.869 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:39:34.869 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:39:34.870 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:39:34.870 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:39:34.870 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:39:34.870 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:39:35.116 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:39:35.116 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:39:35.117 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:39:35.117 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:39:35.117 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:39:35.117 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:40:05.406 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:40:05.897 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:40:05.898 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (49m) 110s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:40:05.898 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (49m) 108s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:40:05.898 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (48m) 110s ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:40:05.899 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (34m) 110s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:40:05.899 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (34m) 108s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:40:05.899 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (55m) 110s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:40:05.899 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (112s) 108s ago 48m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:40:05.899 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (55m) 110s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:40:05.900 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (53m) 108s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:40:05.900 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (15m) 110s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:40:05.900 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (15m) 108s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:40:05.900 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 110s ago 27m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:40:05.900 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 108s ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:40:05.901 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (49m) 110s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:40:05.901 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (48m) 110s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:40:05.901 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (48m) 110s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:40:05.901 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (48m) 110s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:40:05.901 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (46m) 108s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:40:05.902 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (46m) 108s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:40:05.902 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (46m) 108s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:40:05.902 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (46m) 108s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:40:06.176 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:40:06.177 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:40:06.177 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:40:06.177 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:06.177 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:40:06.178 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:40:06.178 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:40:06.178 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:06.178 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:40:06.178 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:40:06.179 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:06.179 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:40:06.179 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:40:06.179 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:06.179 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:40:06.180 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:40:06.180 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:40:06.180 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:40:06.180 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:40:06.431 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:40:06.431 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:40:06.431 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:40:06.432 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:40:06.432 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:40:06.432 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:40:36.704 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:40:37.202 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:40:37.203 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:40:37.203 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:40:37.203 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (49m) 2m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:40:37.203 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:40:37.203 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:40:37.204 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:40:37.204 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (2m) 2m ago 49m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:40:37.204 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:40:37.204 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:40:37.205 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:40:37.205 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:40:37.205 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 2m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:40:37.205 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 2m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:40:37.205 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:40:37.206 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:40:37.206 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:40:37.206 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:40:37.206 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:40:37.206 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:40:37.207 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:40:37.207 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:40:37.477 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:40:37.477 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:40:37.477 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:40:37.478 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:37.478 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:40:37.478 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:40:37.478 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:40:37.478 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:37.479 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:40:37.479 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:40:37.479 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:37.479 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:40:37.479 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:40:37.480 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:40:37.480 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:40:37.480 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:40:37.480 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:40:37.480 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:40:37.481 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:40:37.727 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:40:37.727 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:40:37.727 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:40:37.728 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:40:37.728 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:40:37.728 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:41:08.006 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:41:08.497 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:41:08.497 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:41:08.498 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:41:08.498 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (50m) 2m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:41:08.498 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:41:08.498 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:41:08.499 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:41:08.499 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (2m) 2m ago 50m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:41:08.499 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:41:08.499 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:41:08.500 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:41:08.500 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:41:08.500 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 2m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:41:08.500 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 2m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:41:08.500 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:41:08.500 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:41:08.501 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:41:08.501 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:41:08.501 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:41:08.501 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:41:08.501 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:41:08.502 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:41:08.769 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:41:08.770 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:41:08.770 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:41:08.770 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:08.770 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:41:08.770 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:41:08.771 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:41:08.771 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:08.771 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:41:08.771 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:41:08.771 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:08.772 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:41:08.772 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:41:08.772 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:08.772 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:41:08.772 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:41:08.773 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:41:08.773 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:41:08.773 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:41:09.024 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:41:09.025 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:41:09.025 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:41:09.025 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:41:09.025 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:41:09.026 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:41:39.296 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:41:39.788 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:41:39.789 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:41:39.789 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:41:39.789 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (50m) 3m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:41:39.790 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:41:39.790 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:41:39.790 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:41:39.790 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (3m) 3m ago 50m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:41:39.790 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:41:39.791 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:41:39.791 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:41:39.791 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:41:39.791 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 3m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:41:39.791 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 3m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:41:39.792 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:41:39.792 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:41:39.792 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:41:39.792 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (50m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:41:39.792 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:41:39.792 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:41:39.793 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:41:39.793 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:41:40.062 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:41:40.063 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:41:40.063 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:41:40.063 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:40.063 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:41:40.063 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:41:40.064 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:41:40.064 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:40.064 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:41:40.064 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:41:40.064 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:40.065 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:41:40.065 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:41:40.065 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:41:40.065 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:41:40.065 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:41:40.066 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:41:40.066 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:41:40.066 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:41:40.320 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:41:40.321 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:41:40.321 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:41:40.321 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:41:40.321 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:41:40.322 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:42:10.597 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:42:11.089 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:42:11.089 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:42:11.089 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:42:11.090 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (51m) 3m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:42:11.090 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:42:11.090 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:42:11.090 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:42:11.091 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (3m) 3m ago 51m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:42:11.091 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:42:11.091 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:42:11.091 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:42:11.091 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:42:11.092 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 3m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:42:11.092 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 3m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:42:11.092 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:42:11.092 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:42:11.092 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:42:11.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:42:11.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:42:11.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:42:11.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:42:11.093 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:42:11.367 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:42:11.367 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:42:11.368 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:42:11.368 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:11.368 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:42:11.368 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:42:11.368 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:42:11.369 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:11.369 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:42:11.369 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:42:11.369 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:11.369 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:42:11.370 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:42:11.370 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:11.371 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:42:11.371 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:42:11.371 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:42:11.371 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:42:11.371 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:42:11.620 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:42:11.620 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:42:11.621 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:42:11.621 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:42:11.621 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:42:11.621 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:42:41.896 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:42:42.388 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:42:42.388 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:42:42.389 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:42:42.389 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (51m) 4m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:42:42.389 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:42:42.389 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:42:42.389 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:42:42.390 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (4m) 4m ago 51m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:42:42.390 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:42:42.390 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:42:42.390 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:42:42.390 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:42:42.391 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 4m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:42:42.391 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 4m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:42:42.391 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:42:42.391 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:42:42.391 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:42:42.392 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:42:42.392 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:42:42.392 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:42:42.392 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:42:42.392 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:42:42.660 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:42:42.660 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:42:42.661 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:42:42.661 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:42.661 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:42:42.661 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:42:42.661 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:42:42.662 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:42.662 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:42:42.662 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:42:42.662 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:42.662 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:42:42.663 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:42:42.663 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:42:42.663 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:42:42.663 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:42:42.664 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:42:42.664 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:42:42.664 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:42:42.913 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:42:42.913 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:42:42.913 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:42:42.913 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:42:42.914 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:42:42.914 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:43:13.193 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:43:13.686 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:43:13.690 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:43:13.690 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:43:13.690 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (52m) 4m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:43:13.690 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:43:13.690 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:43:13.691 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:43:13.691 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (5m) 4m ago 52m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:43:13.691 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:43:13.691 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:43:13.691 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:43:13.692 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:43:13.692 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 4m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:43:13.692 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 4m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:43:13.692 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:43:13.692 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:43:13.693 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:43:13.693 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:43:13.693 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:43:13.693 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:43:13.693 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:43:13.694 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:43:13.962 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:43:13.963 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:43:13.963 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:43:13.963 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:13.963 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:43:13.963 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:43:13.964 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:43:13.964 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:13.964 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:43:13.964 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:43:13.964 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:13.964 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:43:13.965 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:43:13.965 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:13.965 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:43:13.965 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:43:13.965 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:43:13.966 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:43:13.966 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:43:14.217 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:43:14.217 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:43:14.217 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:43:14.217 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:43:14.218 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:43:14.218 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:43:44.490 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:43:44.984 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:43:44.985 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:43:44.985 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:43:44.985 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (52m) 5m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:43:44.986 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:43:44.986 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:43:44.986 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:43:44.986 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (5m) 5m ago 52m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:43:44.986 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:43:44.987 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:43:44.987 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:43:44.987 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:43:44.987 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 5m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:43:44.987 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 5m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:43:44.988 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:43:44.988 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:43:44.988 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:43:44.988 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:43:44.988 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:43:44.989 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:43:44.989 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:43:44.989 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:43:45.257 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:43:45.257 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:43:45.257 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:43:45.257 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:45.257 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:43:45.258 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:43:45.258 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:43:45.258 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:45.258 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:43:45.258 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:43:45.259 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:45.259 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:43:45.259 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:43:45.259 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:43:45.259 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:43:45.260 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:43:45.260 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:43:45.260 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:43:45.260 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:43:45.507 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:43:45.507 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:43:45.507 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:43:45.508 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:43:45.508 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:43:45.508 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:44:15.780 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:44:16.274 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:44:16.274 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:44:16.274 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:44:16.274 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (53m) 6m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:44:16.275 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:44:16.275 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:44:16.275 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:44:16.275 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (6m) 5m ago 53m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:44:16.275 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:44:16.276 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:44:16.276 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:44:16.276 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:44:16.276 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 6m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:44:16.276 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 5m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:44:16.277 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:44:16.277 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:44:16.277 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:44:16.277 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:44:16.277 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (51m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:44:16.278 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:44:16.278 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:44:16.278 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:44:16.544 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:44:16.545 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:44:16.545 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:44:16.545 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:16.546 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:44:16.546 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:44:16.546 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:44:16.546 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:16.546 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:44:16.547 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:44:16.547 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:16.547 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:44:16.547 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:44:16.547 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:16.548 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:44:16.548 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:44:16.548 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:44:16.548 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:44:16.548 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:44:16.795 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:44:16.795 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:44:16.796 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:44:16.796 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:44:16.796 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:44:16.796 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:44:47.066 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:44:47.563 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:44:47.564 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:44:47.564 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:44:47.564 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (53m) 6m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:44:47.564 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:44:47.565 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:44:47.565 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:44:47.565 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (6m) 6m ago 53m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:44:47.565 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:44:47.565 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:44:47.566 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:44:47.566 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:44:47.566 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 6m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:44:47.566 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 6m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:44:47.566 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:44:47.567 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:44:47.567 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:44:47.567 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:44:47.568 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:44:47.568 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:44:47.568 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:44:47.568 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:44:47.836 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:44:47.836 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:44:47.837 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:44:47.837 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:47.837 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:44:47.837 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:44:47.837 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:44:47.837 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:47.838 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:44:47.838 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:44:47.838 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:47.838 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:44:47.838 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:44:47.839 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:44:47.839 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:44:47.839 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:44:47.839 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:44:47.839 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:44:47.840 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:44:48.088 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:44:48.088 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:44:48.088 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:44:48.089 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:44:48.089 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:44:48.089 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:45:18.366 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:45:18.861 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:45:18.862 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:45:18.862 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:45:18.862 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (54m) 7m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:45:18.863 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:45:18.863 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:45:18.863 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:45:18.864 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (7m) 7m ago 54m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:45:18.864 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:45:18.864 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:45:18.864 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:45:18.865 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:45:18.865 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 7m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:45:18.865 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 7m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:45:18.865 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:45:18.866 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:45:18.866 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:45:18.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:45:18.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:45:18.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:45:18.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:45:18.868 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:45:19.134 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:45:19.135 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:45:19.135 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:45:19.135 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:19.135 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:45:19.135 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:45:19.136 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:45:19.136 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:19.136 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:45:19.136 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:45:19.136 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:19.137 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:45:19.137 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:45:19.137 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:19.137 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:45:19.137 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:45:19.138 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:45:19.138 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:45:19.138 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:45:19.384 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:45:19.384 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:45:19.385 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:45:19.385 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:45:19.385 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:45:19.385 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:45:49.658 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:45:50.151 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:45:50.152 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:45:50.152 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:45:50.152 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (54m) 7m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:45:50.152 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:45:50.153 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:45:50.153 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:45:50.153 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (7m) 7m ago 54m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:45:50.153 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (60m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:45:50.153 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:45:50.154 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:45:50.154 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:45:50.154 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 7m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:45:50.154 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 7m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:45:50.154 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (55m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:45:50.155 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:45:50.155 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:45:50.155 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:45:50.155 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:45:50.155 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:45:50.156 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:45:50.156 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:45:50.425 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:45:50.425 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:45:50.426 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:45:50.426 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:50.426 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:45:50.426 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:45:50.427 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:45:50.427 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:50.427 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:45:50.427 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:45:50.427 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:50.427 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:45:50.428 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:45:50.428 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:45:50.428 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:45:50.428 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:45:50.428 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:45:50.429 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:45:50.429 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:45:50.674 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:45:50.675 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:45:50.675 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:45:50.675 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:45:50.675 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:45:50.676 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:46:20.949 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:46:21.447 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:46:21.447 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:46:21.447 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:46:21.447 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (55m) 8m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:46:21.448 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:46:21.448 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:46:21.448 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:46:21.448 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (8m) 8m ago 55m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:46:21.448 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:46:21.449 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:46:21.449 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:46:21.449 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:46:21.449 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 8m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:46:21.450 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 8m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:46:21.450 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:46:21.450 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:46:21.450 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:46:21.452 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:46:21.452 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:46:21.452 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:46:21.452 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:46:21.452 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:46:21.719 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:46:21.719 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:46:21.720 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:46:21.720 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:21.720 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:46:21.720 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:46:21.720 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:46:21.721 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:21.721 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:46:21.721 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:46:21.721 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:21.721 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:46:21.722 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:46:21.722 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:21.722 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:46:21.722 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:46:21.723 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:46:21.723 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:46:21.723 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:46:21.981 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:46:21.982 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:46:21.982 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:46:21.982 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:46:21.983 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:46:21.983 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:46:52.254 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:46:52.743 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:46:52.744 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:46:52.744 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:46:52.744 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (55m) 8m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:46:52.744 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:46:52.745 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:46:52.745 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:46:52.745 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (8m) 8m ago 55m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:46:52.745 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:46:52.745 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:46:52.746 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:46:52.746 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:46:52.746 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 8m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:46:52.746 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 8m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:46:52.746 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:46:52.747 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:46:52.747 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:46:52.747 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:46:52.747 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:46:52.747 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:46:52.748 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:46:52.748 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:46:53.018 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:46:53.018 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:46:53.019 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:46:53.019 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:53.019 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:46:53.019 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:46:53.019 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:46:53.020 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:53.020 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:46:53.020 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:46:53.020 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:53.020 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:46:53.021 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:46:53.021 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:46:53.021 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:46:53.021 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:46:53.021 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:46:53.022 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:46:53.022 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:46:53.268 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:46:53.268 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:46:53.268 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:46:53.269 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:46:53.269 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:46:53.269 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:47:23.542 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:47:24.034 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:47:24.034 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:47:24.034 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:47:24.035 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (56m) 9m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:47:24.035 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:47:24.035 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:47:24.035 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:47:24.035 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (9m) 9m ago 56m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:47:24.036 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:47:24.036 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:47:24.036 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:47:24.036 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:47:24.036 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 9m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:47:24.037 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 9m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:47:24.037 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:47:24.037 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:47:24.037 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:47:24.037 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:47:24.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:47:24.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:47:24.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:47:24.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:47:24.309 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:47:24.310 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:47:24.310 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:47:24.310 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:24.311 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:47:24.311 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:47:24.311 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:47:24.312 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:24.312 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:47:24.312 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:47:24.313 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:24.313 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:47:24.313 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:47:24.314 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:24.314 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:47:24.315 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:47:24.315 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:47:24.315 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:47:24.315 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:47:24.560 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:47:24.561 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:47:24.561 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:47:24.561 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:47:24.561 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:47:24.562 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:47:55.325 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:47:55.326 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:47:55.326 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:47:55.326 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (56m) 9m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:47:55.327 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:47:55.327 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:47:55.327 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:47:55.327 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (9m) 9m ago 56m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:47:55.327 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:47:55.328 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:47:55.328 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:47:55.328 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:47:55.328 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 9m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:47:55.329 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 9m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:47:55.329 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:47:55.329 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:47:55.329 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:47:55.329 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:47:55.330 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:47:55.330 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:47:55.330 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:47:55.330 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:47:55.606 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:47:55.606 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:47:55.606 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:47:55.607 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:55.607 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:47:55.607 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:47:55.607 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:47:55.607 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:55.608 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:47:55.608 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:47:55.608 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:55.608 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:47:55.609 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:47:55.609 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:47:55.609 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:47:55.609 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:47:55.609 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:47:55.610 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:47:55.610 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:47:55.867 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:47:55.867 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:47:55.868 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:47:55.868 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:47:55.868 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:47:55.868 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:48:26.142 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:48:26.632 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:48:26.632 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:48:26.632 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:48:26.633 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (57m) 10m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:48:26.633 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:48:26.633 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:48:26.633 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:48:26.633 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (10m) 10m ago 57m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:48:26.634 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:48:26.634 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:48:26.634 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:48:26.634 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:48:26.635 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 10m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:48:26.635 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 10m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:48:26.635 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:48:26.635 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:48:26.636 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:48:26.636 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:48:26.636 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:48:26.636 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:48:26.636 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:48:26.637 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:48:26.904 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:48:26.905 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:48:26.905 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:48:26.906 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:26.906 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:48:26.906 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:48:26.907 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:48:26.907 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:26.907 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:48:26.907 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:48:26.908 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:26.908 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:48:26.908 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:48:26.908 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:26.908 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:48:26.909 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:48:26.909 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:48:26.909 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:48:26.909 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:48:27.156 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:48:27.157 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:48:27.157 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:48:27.157 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:48:27.158 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:48:27.158 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:48:57.430 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:48:57.926 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:48:57.927 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:48:57.927 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:48:57.927 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (57m) 10m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:48:57.927 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:48:57.928 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:48:57.928 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:48:57.928 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (10m) 10m ago 57m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:48:57.928 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:48:57.928 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:48:57.929 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:48:57.929 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:48:57.929 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 10m ago 36m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:48:57.929 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 10m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:48:57.930 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:48:57.930 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:48:57.930 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:48:57.930 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:48:57.930 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:48:57.931 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:48:57.931 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:48:57.931 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:48:58.200 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:48:58.201 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:48:58.201 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:48:58.201 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:58.202 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:48:58.202 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:48:58.202 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:48:58.202 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:58.203 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:48:58.203 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:48:58.203 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:58.203 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:48:58.203 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:48:58.204 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:48:58.204 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:48:58.204 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:48:58.204 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:48:58.204 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:48:58.205 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:48:58.452 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:48:58.453 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:48:58.453 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:48:58.453 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:48:58.454 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:48:58.454 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:49:28.724 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:49:29.217 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-08T03:49:29.217 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d078d6927ddb 2023-11-08T03:49:29.218 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 213c27813cfe 2023-11-08T03:49:29.218 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (58m) 11m ago 58m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:49:29.218 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 728a7f322cac 2023-11-08T03:49:29.218 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 09a45e438178 2023-11-08T03:49:29.219 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (64m) 11m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f44e4e833c49 2023-11-08T03:49:29.219 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (11m) 11m ago 58m 16.2.14-129-gcfb6fd52 quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 450c989a0092 c90486b1dfcd 2023-11-08T03:49:29.219 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (64m) 11m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 12b67ac45bc8 2023-11-08T03:49:29.219 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e2ad514f44d8 2023-11-08T03:49:29.219 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e6ac0c738f09 2023-11-08T03:49:29.220 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d851d9599d51 2023-11-08T03:49:29.220 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 11m ago 36m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:49:29.220 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 11m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-11-08T03:49:29.220 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2523c2e36de8 2023-11-08T03:49:29.220 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 97502685dd35 2023-11-08T03:49:29.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7a8700f8612b 2023-11-08T03:49:29.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25a7244c9354 2023-11-08T03:49:29.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ea15e43d54d1 2023-11-08T03:49:29.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2a84e5a5885 2023-11-08T03:49:29.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f6e01a5cecc6 2023-11-08T03:49:29.222 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 02031b7caa02 2023-11-08T03:49:29.490 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:49:29.490 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:49:29.490 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:49:29.491 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:49:29.491 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:49:29.491 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:49:29.491 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:49:29.491 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:49:29.492 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:49:29.492 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:49:29.492 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:49:29.492 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:49:29.492 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:49:29.493 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:49:29.493 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:49:29.493 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:49:29.493 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:49:29.493 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:49:29.494 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:49:29.743 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:49:29.744 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:49:29.744 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:49:29.744 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:49:29.744 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "" 2023-11-08T03:49:29.744 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:50:00.036 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:50:00.572 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:50:00.572 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (59m) 11m ago 59m - - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:50:00.573 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (59m) 11m ago 59m - - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:50:00.573 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (58m) 11m ago 58m - - 6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:50:00.573 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (44m) 11m ago 44m - - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:50:00.573 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (44m) 11m ago 44m - - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:50:00.574 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (65m) 11m ago 65m - - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:50:00.574 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (11m) 11m ago 58m - - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:50:00.574 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (65m) 11m ago 65m - 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:50:00.574 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (63m) 11m ago 63m - 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:50:00.574 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi092 smithi092 running (25m) 11m ago 25m - - 3.3 2cf504fded39 e6ac0c738f09 2023-11-08T03:50:00.575 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.ganesha-foo.smithi152 smithi152 running (25m) 11m ago 25m - - 3.3 2cf504fded39 d851d9599d51 2023-11-08T03:50:00.575 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 unknown 11m ago 37m - - 2023-11-08T03:50:00.575 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 unknown 11m ago 35m - - 2023-11-08T03:50:00.575 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (59m) 11m ago 59m - 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:50:00.575 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:50:00.576 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:50:00.576 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:50:00.576 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:50:00.576 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:50:00.576 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:50:00.577 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:50:00.897 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:50:00.897 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:50:00.898 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:50:00.898 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:00.898 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:50:00.898 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:50:00.898 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:50:00.899 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:00.899 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:50:00.899 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:50:00.899 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:00.900 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:50:00.900 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:50:00.900 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:00.900 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:50:00.900 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:50:00.901 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:50:00.901 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:50:00.901 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:50:01.201 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:50:01.202 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:50:01.202 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:50:01.202 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:50:01.202 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:50:01.203 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:50:01.203 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:50:01.203 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:50:01.203 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:50:31.518 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:50:32.102 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:50:32.103 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (18s) 2s ago 17s 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:50:32.103 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (59m) 2s ago 59m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:50:32.103 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (59m) 2s ago 59m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:50:32.103 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (59m) 2s ago 59m 44.1M - 6.7.4 557c83e11646 879ee0f2cf79 2023-11-08T03:50:32.104 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (45m) 2s ago 45m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:50:32.104 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (45m) 2s ago 45m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:50:32.104 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (65m) 2s ago 65m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:50:32.104 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (12m) 2s ago 59m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:50:32.104 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (65m) 2s ago 65m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:50:32.105 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (64m) 2s ago 64m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:50:32.105 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (10s) 2s ago 9s 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:50:32.105 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (5s) 2s ago 5s 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:50:32.105 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2s ago 37m - - 2023-11-08T03:50:32.105 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2s ago 35m - - 2023-11-08T03:50:32.106 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (59m) 2s ago 59m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:50:32.106 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (59m) 2s ago 59m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:50:32.106 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (59m) 2s ago 59m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:50:32.106 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (58m) 2s ago 58m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:50:32.107 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (57m) 2s ago 57m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:50:32.107 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (57m) 2s ago 57m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:50:32.107 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (56m) 2s ago 56m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:50:32.107 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (56m) 2s ago 56m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:50:32.107 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (11s) 2s ago 11s 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:50:32.448 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:50:32.449 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:50:32.449 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:50:32.449 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:32.449 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:50:32.450 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:50:32.450 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:50:32.450 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:32.450 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:50:32.450 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:50:32.451 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:32.451 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:50:32.451 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:50:32.451 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:50:32.451 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:50:32.451 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:50:32.452 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:50:32.452 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:50:32.452 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:50:32.776 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:50:32.776 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:50:32.776 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:50:32.776 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:50:32.777 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:50:32.777 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:50:32.777 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:50:32.777 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:50:32.777 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:51:03.085 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:51:03.621 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:51:03.621 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (49s) 33s ago 49s 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:51:03.621 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (60m) 34s ago 60m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:51:03.621 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (60m) 33s ago 60m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:51:03.622 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:51:03.622 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (45m) 34s ago 45m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:51:03.622 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (45m) 33s ago 45m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:51:03.622 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (66m) 34s ago 66m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:51:03.623 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (12m) 33s ago 59m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:51:03.623 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (66m) 34s ago 66m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:51:03.623 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (64m) 33s ago 64m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:51:03.623 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (41s) 34s ago 41s 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:51:03.623 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (36s) 33s ago 36s 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:51:03.624 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 34s ago 38m - - 2023-11-08T03:51:03.624 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 33s ago 36m - - 2023-11-08T03:51:03.624 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (60m) 34s ago 60m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:51:03.624 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (59m) 34s ago 59m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:51:03.624 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (59m) 34s ago 59m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:51:03.625 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (59m) 34s ago 59m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:51:03.625 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (57m) 33s ago 57m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:51:03.625 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (57m) 33s ago 57m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:51:03.625 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (57m) 33s ago 57m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:51:03.626 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (57m) 33s ago 57m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:51:03.626 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (43s) 33s ago 43s 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:51:03.938 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:51:03.938 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:51:03.939 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:51:03.939 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:03.939 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:51:03.939 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:51:03.940 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:51:03.940 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:03.940 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:51:03.940 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:51:03.940 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:03.941 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:51:03.941 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:51:03.941 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:03.941 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:51:03.941 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:51:03.942 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:51:03.942 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:51:03.942 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:51:04.209 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:51:04.209 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:51:04.209 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:51:04.210 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:51:04.210 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:51:04.210 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:51:04.210 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:51:04.210 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:51:04.211 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:51:34.504 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:51:35.035 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:51:35.035 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (81s) 65s ago 80s 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:51:35.035 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (60m) 65s ago 60m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:51:35.035 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (60m) 65s ago 60m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:51:35.036 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:51:35.036 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (46m) 65s ago 46m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:51:35.036 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (46m) 65s ago 46m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:51:35.036 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (66m) 65s ago 66m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:51:35.036 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (13m) 65s ago 60m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:51:35.037 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (66m) 65s ago 66m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:51:35.037 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (65m) 65s ago 65m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:51:35.037 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (72s) 65s ago 72s 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:51:35.037 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (68s) 65s ago 68s 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:51:35.037 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 65s ago 38m - - 2023-11-08T03:51:35.038 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 65s ago 36m - - 2023-11-08T03:51:35.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (60m) 65s ago 60m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:51:35.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (60m) 65s ago 60m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:51:35.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (60m) 65s ago 60m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:51:35.038 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (59m) 65s ago 59m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:51:35.039 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (58m) 65s ago 58m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:51:35.039 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (58m) 65s ago 58m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:51:35.039 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (57m) 65s ago 57m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:51:35.039 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (57m) 65s ago 57m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:51:35.039 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (74s) 65s ago 74s 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:51:35.357 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:51:35.357 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:51:35.357 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:51:35.358 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:35.358 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:51:35.358 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:51:35.358 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:51:35.359 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:35.359 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:51:35.359 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:51:35.359 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:35.359 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:51:35.359 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:51:35.360 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:51:35.360 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:51:35.360 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:51:35.360 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:51:35.360 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:51:35.361 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:51:35.626 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:51:35.627 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:51:35.627 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:51:35.627 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:51:35.627 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:51:35.628 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:51:35.628 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:51:35.628 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:51:35.628 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:52:05.916 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:52:06.455 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:52:06.455 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (112s) 96s ago 112s 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:52:06.456 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (61m) 97s ago 61m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:52:06.456 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (61m) 96s ago 61m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:52:06.456 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:52:06.456 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (46m) 97s ago 46m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:52:06.456 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (46m) 96s ago 46m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:52:06.457 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (67m) 97s ago 67m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:52:06.457 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (13m) 96s ago 60m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:52:06.457 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (67m) 97s ago 67m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:52:06.457 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (65m) 96s ago 65m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:52:06.457 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (104s) 97s ago 104s 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:52:06.458 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (99s) 96s ago 99s 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:52:06.458 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 97s ago 39m - - 2023-11-08T03:52:06.458 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 96s ago 37m - - 2023-11-08T03:52:06.458 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (61m) 97s ago 61m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:52:06.458 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (60m) 97s ago 60m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:52:06.459 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (60m) 97s ago 60m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:52:06.459 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (60m) 97s ago 60m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:52:06.459 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (58m) 96s ago 58m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:52:06.459 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (58m) 96s ago 58m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:52:06.459 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (58m) 96s ago 58m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:52:06.460 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (58m) 96s ago 58m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:52:06.460 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (106s) 96s ago 105s 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:52:06.770 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:52:06.770 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:52:06.770 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:52:06.771 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:06.771 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:52:06.771 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:52:06.771 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:52:06.771 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:06.772 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:52:06.772 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:52:06.772 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:06.772 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:52:06.772 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:52:06.773 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:06.773 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:52:06.773 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:52:06.773 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:52:06.773 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:52:06.774 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:52:07.039 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:52:07.039 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:52:07.040 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:52:07.040 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:52:07.040 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:52:07.040 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:52:07.041 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:52:07.041 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:52:07.041 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:52:37.332 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:52:37.863 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:52:37.864 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (2m) 2m ago 2m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:52:37.864 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (61m) 2m ago 61m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:52:37.864 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (61m) 2m ago 61m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:52:37.864 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:52:37.864 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (47m) 2m ago 47m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:52:37.865 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (47m) 2m ago 47m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:52:37.865 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (67m) 2m ago 67m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:52:37.865 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (14m) 2m ago 61m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:52:37.865 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (67m) 2m ago 67m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:52:37.865 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (66m) 2m ago 66m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:52:37.866 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (2m) 2m ago 2m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:52:37.866 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (2m) 2m ago 2m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:52:37.866 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 39m - - 2023-11-08T03:52:37.866 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 37m - - 2023-11-08T03:52:37.866 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (61m) 2m ago 61m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:52:37.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (61m) 2m ago 61m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:52:37.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (61m) 2m ago 61m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:52:37.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (60m) 2m ago 60m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:52:37.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (59m) 2m ago 59m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:52:37.867 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (59m) 2m ago 59m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:52:37.868 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (58m) 2m ago 58m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:52:37.868 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (58m) 2m ago 58m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:52:37.868 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (2m) 2m ago 2m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:52:38.185 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:52:38.186 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:52:38.186 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:52:38.186 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:38.186 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:52:38.186 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:52:38.187 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:52:38.187 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:38.187 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:52:38.187 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:52:38.187 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:38.188 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:52:38.188 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:52:38.188 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:52:38.188 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:52:38.188 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:52:38.189 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:52:38.189 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:52:38.189 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:52:38.456 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:52:38.456 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:52:38.457 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:52:38.457 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:52:38.457 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:52:38.457 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:52:38.457 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:52:38.458 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:52:38.458 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:53:08.748 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:53:09.283 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:53:09.284 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (2m) 2m ago 2m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:53:09.284 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (62m) 2m ago 62m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:53:09.284 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (62m) 2m ago 62m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:53:09.284 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:53:09.285 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (47m) 2m ago 47m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:53:09.285 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (48m) 2m ago 48m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:53:09.285 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (68m) 2m ago 68m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:53:09.285 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (14m) 2m ago 62m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:53:09.285 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (68m) 2m ago 68m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:53:09.286 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (66m) 2m ago 66m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:53:09.286 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (2m) 2m ago 2m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:53:09.286 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (2m) 2m ago 2m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:53:09.286 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 40m - - 2023-11-08T03:53:09.286 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 38m - - 2023-11-08T03:53:09.287 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (62m) 2m ago 62m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:53:09.287 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (61m) 2m ago 61m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:53:09.287 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (61m) 2m ago 61m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:53:09.287 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (61m) 2m ago 61m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:53:09.287 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (59m) 2m ago 59m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:53:09.288 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (59m) 2m ago 59m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:53:09.288 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (59m) 2m ago 59m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:53:09.288 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (59m) 2m ago 59m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:53:09.288 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (2m) 2m ago 2m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:53:09.604 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:53:09.605 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:53:09.605 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:53:09.605 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:09.605 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:53:09.606 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:53:09.606 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:53:09.606 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:09.606 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:53:09.606 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:53:09.607 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:09.607 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:53:09.607 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:53:09.607 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:09.607 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:53:09.608 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:53:09.608 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:53:09.608 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:53:09.608 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:53:09.873 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:53:09.873 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:53:09.873 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:53:09.874 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:53:09.874 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:53:09.874 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:53:09.874 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:53:09.875 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:53:09.875 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:53:40.166 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:53:40.695 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:53:40.696 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (3m) 3m ago 3m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:53:40.696 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (62m) 3m ago 62m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:53:40.696 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (62m) 3m ago 62m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:53:40.696 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:53:40.696 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (48m) 3m ago 48m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:53:40.697 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (48m) 3m ago 48m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:53:40.697 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (68m) 3m ago 68m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:53:40.697 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (15m) 3m ago 62m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:53:40.697 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (68m) 3m ago 68m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:53:40.697 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (67m) 3m ago 67m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:53:40.698 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (3m) 3m ago 3m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:53:40.698 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (3m) 3m ago 3m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:53:40.698 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 3m ago 41m - - 2023-11-08T03:53:40.698 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 3m ago 39m - - 2023-11-08T03:53:40.698 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (62m) 3m ago 62m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:53:40.699 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (62m) 3m ago 62m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:53:40.699 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (62m) 3m ago 62m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:53:40.699 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (62m) 3m ago 62m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:53:40.699 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (60m) 3m ago 60m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:53:40.699 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (60m) 3m ago 60m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:53:40.700 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (60m) 3m ago 60m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:53:40.700 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (59m) 3m ago 59m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:53:40.700 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (3m) 3m ago 3m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:53:41.018 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:53:41.018 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:53:41.018 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:53:41.018 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:41.019 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:53:41.019 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:53:41.019 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:53:41.019 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:41.019 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:53:41.020 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:53:41.020 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:41.020 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:53:41.020 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:53:41.020 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:53:41.021 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:53:41.021 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:53:41.021 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:53:41.021 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:53:41.021 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:53:41.289 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:53:41.289 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:53:41.289 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:53:41.290 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:53:41.290 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:53:41.290 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:53:41.290 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:53:41.290 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:53:41.291 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:54:11.580 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:54:12.116 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:54:12.117 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (3m) 3m ago 3m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:54:12.117 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (63m) 3m ago 63m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:54:12.117 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (63m) 3m ago 63m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:54:12.117 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:54:12.117 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (49m) 3m ago 49m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:54:12.118 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (49m) 3m ago 49m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:54:12.118 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (69m) 3m ago 69m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:54:12.118 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (15m) 3m ago 63m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:54:12.118 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (69m) 3m ago 69m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:54:12.119 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (68m) 3m ago 68m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:54:12.119 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (3m) 3m ago 3m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:54:12.119 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (3m) 3m ago 3m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:54:12.119 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 3m ago 41m - - 2023-11-08T03:54:12.119 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 3m ago 39m - - 2023-11-08T03:54:12.120 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (63m) 3m ago 63m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:54:12.120 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (62m) 3m ago 62m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:54:12.120 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (62m) 3m ago 62m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:54:12.120 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (62m) 3m ago 62m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:54:12.121 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (60m) 3m ago 60m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:54:12.121 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (60m) 3m ago 60m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:54:12.121 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (60m) 3m ago 60m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:54:12.121 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (60m) 3m ago 60m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:54:12.121 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (3m) 3m ago 3m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:54:12.432 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:54:12.432 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:54:12.433 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:54:12.433 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:12.433 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:54:12.433 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:54:12.433 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:54:12.434 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:12.434 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:54:12.434 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:54:12.434 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:12.434 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:54:12.435 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:54:12.435 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:12.435 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:54:12.435 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:54:12.435 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:54:12.436 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:54:12.436 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:54:12.700 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:54:12.701 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:54:12.701 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:54:12.701 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:54:12.701 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:54:12.702 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:54:12.702 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:54:12.702 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:54:12.702 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:54:42.994 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:54:43.529 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:54:43.529 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (4m) 4m ago 4m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:54:43.529 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (63m) 4m ago 63m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:54:43.530 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (63m) 4m ago 63m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:54:43.530 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:54:43.530 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (49m) 4m ago 49m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:54:43.530 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (49m) 4m ago 49m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:54:43.531 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (69m) 4m ago 69m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:54:43.531 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (16m) 4m ago 63m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:54:43.531 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (69m) 4m ago 69m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:54:43.531 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (68m) 4m ago 68m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:54:43.531 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (4m) 4m ago 4m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:54:43.532 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (4m) 4m ago 4m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:54:43.532 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 42m - - 2023-11-08T03:54:43.532 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 40m - - 2023-11-08T03:54:43.532 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (63m) 4m ago 63m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:54:43.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (63m) 4m ago 63m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:54:43.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (63m) 4m ago 63m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:54:43.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (63m) 4m ago 63m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:54:43.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (61m) 4m ago 61m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:54:43.533 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (61m) 4m ago 61m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:54:43.534 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (61m) 4m ago 61m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:54:43.534 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (60m) 4m ago 60m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:54:43.534 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (4m) 4m ago 4m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:54:43.845 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:54:43.845 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:54:43.846 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:54:43.846 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:43.846 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:54:43.846 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:54:43.846 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:54:43.847 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:43.847 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:54:43.847 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:54:43.847 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:43.847 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:54:43.848 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:54:43.848 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:54:43.848 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:54:43.848 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:54:43.848 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:54:43.849 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:54:43.849 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:54:44.114 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:54:44.115 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:54:44.115 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:54:44.115 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:54:44.115 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:54:44.116 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:54:44.116 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:54:44.116 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:54:44.116 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:55:14.411 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:55:14.942 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:55:14.943 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (5m) 4m ago 5m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:55:14.943 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (64m) 4m ago 64m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:55:14.943 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (64m) 4m ago 64m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:55:14.943 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:55:14.944 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (50m) 4m ago 50m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:55:14.944 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (50m) 4m ago 50m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:55:14.944 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (70m) 4m ago 70m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:55:14.944 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (17m) 4m ago 64m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:55:14.944 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (70m) 4m ago 70m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:55:14.944 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (69m) 4m ago 69m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:55:14.945 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (4m) 4m ago 4m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:55:14.945 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (4m) 4m ago 4m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:55:14.945 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 42m - - 2023-11-08T03:55:14.945 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 40m - - 2023-11-08T03:55:14.945 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (64m) 4m ago 64m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:55:14.946 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (64m) 4m ago 64m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:55:14.946 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (63m) 4m ago 63m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:55:14.946 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (63m) 4m ago 63m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:55:14.946 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (61m) 4m ago 61m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:55:14.947 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (61m) 4m ago 61m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:55:14.947 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (61m) 4m ago 61m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:55:14.947 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (61m) 4m ago 61m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:55:14.947 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (4m) 4m ago 4m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:55:15.258 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:55:15.258 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:55:15.258 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:55:15.259 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:15.259 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:55:15.259 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:55:15.259 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:55:15.259 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:15.260 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:55:15.260 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:55:15.260 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:15.260 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:55:15.260 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:55:15.261 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:15.261 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:55:15.261 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:55:15.261 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:55:15.261 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:55:15.261 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:55:15.529 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:55:15.529 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:55:15.529 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:55:15.529 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:55:15.530 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:55:15.530 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:55:15.530 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:55:15.530 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:55:15.530 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:55:45.818 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:55:46.351 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:55:46.352 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (5m) 5m ago 5m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:55:46.352 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (64m) 5m ago 64m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:55:46.352 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (65m) 5m ago 65m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:55:46.353 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:55:46.353 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (50m) 5m ago 50m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:55:46.353 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (50m) 5m ago 50m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:55:46.354 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (70m) 5m ago 70m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:55:46.354 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (17m) 5m ago 64m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:55:46.354 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (70m) 5m ago 70m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:55:46.355 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (69m) 5m ago 69m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:55:46.355 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (5m) 5m ago 5m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:55:46.355 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (5m) 5m ago 5m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:55:46.356 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 5m ago 43m - - 2023-11-08T03:55:46.356 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 5m ago 41m - - 2023-11-08T03:55:46.356 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (64m) 5m ago 64m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:55:46.357 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (64m) 5m ago 64m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:55:46.357 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (64m) 5m ago 64m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:55:46.357 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (64m) 5m ago 64m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:55:46.358 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (62m) 5m ago 62m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:55:46.358 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (62m) 5m ago 62m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:55:46.359 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (62m) 5m ago 62m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:55:46.359 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (61m) 5m ago 61m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:55:46.359 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (5m) 5m ago 5m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:55:46.666 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:55:46.667 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:55:46.667 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:55:46.667 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:46.667 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:55:46.667 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:55:46.668 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:55:46.668 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:46.669 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:55:46.669 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:55:46.669 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:46.670 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:55:46.670 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:55:46.670 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:55:46.671 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:55:46.671 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:55:46.672 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:55:46.672 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:55:46.672 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:55:46.936 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:55:46.936 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:55:46.936 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:55:46.937 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:55:46.937 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:55:46.937 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:55:46.937 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:55:46.937 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:55:46.938 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:56:17.226 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:56:17.757 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:56:17.757 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (6m) 5m ago 6m 18.0M - 0.23.0 ba2b418f427c caf8fc695357 2023-11-08T03:56:17.758 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (65m) 5m ago 65m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:56:17.758 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (65m) 5m ago 65m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:56:17.758 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:56:17.759 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (51m) 5m ago 51m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:56:17.759 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (51m) 5m ago 51m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:56:17.759 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (71m) 5m ago 71m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:56:17.759 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (18m) 5m ago 65m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:56:17.759 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (71m) 5m ago 71m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:56:17.760 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (70m) 5m ago 70m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:56:17.760 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (5m) 5m ago 5m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:56:17.760 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (5m) 5m ago 5m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:56:17.760 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 5m ago 43m - - 2023-11-08T03:56:17.760 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 5m ago 41m - - 2023-11-08T03:56:17.761 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (65m) 5m ago 65m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:56:17.761 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (65m) 5m ago 65m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:56:17.761 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (64m) 5m ago 64m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:56:17.761 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (64m) 5m ago 64m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:56:17.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (63m) 5m ago 63m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:56:17.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (62m) 5m ago 62m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:56:17.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (62m) 5m ago 62m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:56:17.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (62m) 5m ago 62m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:56:17.762 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (5m) 5m ago 5m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:56:18.077 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:56:18.077 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:56:18.077 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:56:18.078 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:18.078 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:56:18.078 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:56:18.078 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:56:18.078 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:18.079 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:56:18.079 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:56:18.079 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:18.079 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:56:18.079 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:56:18.080 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:18.080 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:56:18.080 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:56:18.080 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:56:18.080 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:56:18.081 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:56:18.347 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:56:18.347 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f", 2023-11-08T03:56:18.347 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:56:18.348 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:56:18.348 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:56:18.348 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T03:56:18.348 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T03:56:18.349 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:56:18.349 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:56:48.643 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:56:49.175 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:56:49.176 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 starting - - - - 2023-11-08T03:56:49.176 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (66m) 6m ago 66m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:56:49.176 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (66m) 6m ago 66m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:56:49.177 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 starting - - - - 2023-11-08T03:56:49.177 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (51m) 6m ago 51m 24.2M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:56:49.177 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (51m) 6m ago 51m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:56:49.177 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 running (71m) 6m ago 71m 392M - 15.2.13 2cf504fded39 f44e4e833c49 2023-11-08T03:56:49.177 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (18m) 6m ago 65m 442M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:56:49.178 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (71m) 6m ago 72m 743M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:56:49.178 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (70m) 6m ago 70m 409M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:56:49.178 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (6m) 6m ago 6m 58.8M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:56:49.178 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (6m) 6m ago 6m 20.7M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:56:49.178 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 6m ago 44m - - 2023-11-08T03:56:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 6m ago 42m - - 2023-11-08T03:56:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (65m) 6m ago 65m 3343M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:56:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (65m) 6m ago 65m 3738M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:56:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (65m) 6m ago 65m 2581M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:56:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (65m) 6m ago 65m 3775M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:56:49.180 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (63m) 6m ago 63m 3124M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:56:49.180 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (63m) 6m ago 63m 3880M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:56:49.180 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (63m) 6m ago 63m 3441M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:56:49.180 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (62m) 6m ago 62m 5017M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:56:49.180 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (6m) 6m ago 6m 31.1M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:56:49.495 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:56:49.495 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:56:49.495 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:56:49.495 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:49.496 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:56:49.496 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T03:56:49.496 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:56:49.496 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:49.496 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:56:49.497 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:56:49.497 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:49.497 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:56:49.497 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:56:49.497 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:56:49.498 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:56:49.498 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-08T03:56:49.498 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T03:56:49.498 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:56:49.498 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:56:49.764 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:56:49.765 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T03:56:49.765 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:56:49.765 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:56:49.765 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T03:56:49.766 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T03:56:49.766 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T03:56:49.766 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:56:49.766 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:57:20.058 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:57:20.593 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:57:20.594 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (39s) 21s ago 7m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T03:57:20.594 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (66m) 21s ago 66m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:57:20.594 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (66m) 21s ago 66m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:57:20.594 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (6m) 21s ago 66m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T03:57:20.595 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (52m) 21s ago 52m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:57:20.595 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (52m) 21s ago 52m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:57:20.595 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (25s) 21s ago 72m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T03:57:20.595 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (19m) 21s ago 66m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:57:20.595 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (72m) 21s ago 72m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:57:20.596 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (71m) 21s ago 71m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:57:20.596 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (6m) 21s ago 6m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:57:20.596 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (6m) 21s ago 6m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:57:20.596 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 21s ago 44m - - 2023-11-08T03:57:20.596 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 21s ago 42m - - 2023-11-08T03:57:20.597 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (66m) 21s ago 66m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:57:20.597 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (66m) 21s ago 66m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:57:20.597 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (65m) 21s ago 65m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:57:20.597 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (65m) 21s ago 65m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:57:20.597 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (64m) 21s ago 64m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:57:20.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (63m) 21s ago 63m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:57:20.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (63m) 21s ago 63m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:57:20.598 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (63m) 21s ago 63m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:57:20.598 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (7m) 21s ago 6m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:57:20.910 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:57:20.911 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:57:20.911 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:57:20.911 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:20.911 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:57:20.912 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:57:20.912 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:20.912 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:57:20.912 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:57:20.912 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:20.913 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:57:20.913 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:57:20.913 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:20.913 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:57:20.913 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T03:57:20.913 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:57:20.914 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:57:20.914 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:57:21.180 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:57:21.180 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T03:57:21.180 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:57:21.180 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:57:21.181 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T03:57:21.181 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T03:57:21.181 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T03:57:21.181 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T03:57:21.182 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T03:57:21.182 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:57:21.182 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:57:51.472 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:57:52.011 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:57:52.012 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (70s) 53s ago 7m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T03:57:52.012 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (67m) 53s ago 67m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:57:52.012 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (67m) 53s ago 67m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:57:52.012 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (7m) 53s ago 66m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T03:57:52.012 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (52m) 53s ago 52m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:57:52.013 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (52m) 53s ago 52m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:57:52.013 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (56s) 53s ago 72m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T03:57:52.013 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (19m) 53s ago 66m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:57:52.013 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (73m) 53s ago 73m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:57:52.013 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (71m) 53s ago 71m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:57:52.013 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (7m) 53s ago 7m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:57:52.014 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (7m) 53s ago 7m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:57:52.014 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 53s ago 45m - - 2023-11-08T03:57:52.014 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 53s ago 43m - - 2023-11-08T03:57:52.014 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (67m) 53s ago 67m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:57:52.014 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (66m) 53s ago 66m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:57:52.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (66m) 53s ago 66m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:57:52.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (66m) 53s ago 66m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:57:52.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (64m) 53s ago 64m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:57:52.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (64m) 53s ago 64m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:57:52.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (64m) 53s ago 64m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:57:52.016 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (63m) 53s ago 63m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:57:52.016 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (7m) 53s ago 7m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:57:52.332 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:57:52.333 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:57:52.333 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:57:52.333 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:52.333 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:57:52.333 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:57:52.334 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:52.334 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:57:52.334 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:57:52.334 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:52.334 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:57:52.335 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:57:52.335 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:57:52.335 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:57:52.335 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T03:57:52.335 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:57:52.336 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:57:52.336 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:57:52.602 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:57:52.603 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T03:57:52.603 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:57:52.603 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:57:52.603 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T03:57:52.603 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T03:57:52.604 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T03:57:52.604 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T03:57:52.604 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T03:57:52.604 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:57:52.604 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:58:22.892 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:58:23.429 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:58:23.429 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (102s) 84s ago 8m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T03:58:23.430 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (67m) 84s ago 67m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:58:23.430 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (67m) 84s ago 67m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:58:23.430 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (7m) 84s ago 67m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T03:58:23.430 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (53m) 84s ago 53m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:58:23.430 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (53m) 84s ago 53m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:58:23.431 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (87s) 84s ago 73m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T03:58:23.431 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (20m) 84s ago 67m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:58:23.431 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (73m) 84s ago 73m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:58:23.431 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (72m) 84s ago 72m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:58:23.431 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (8m) 84s ago 8m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:58:23.432 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (7m) 84s ago 7m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:58:23.432 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 84s ago 45m - - 2023-11-08T03:58:23.432 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 84s ago 43m - - 2023-11-08T03:58:23.432 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (67m) 84s ago 67m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:58:23.432 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (67m) 84s ago 67m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:58:23.433 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (66m) 84s ago 66m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:58:23.433 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (66m) 84s ago 66m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:58:23.433 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (65m) 84s ago 65m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:58:23.433 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (64m) 84s ago 64m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:58:23.433 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (64m) 84s ago 64m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:58:23.434 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (64m) 84s ago 64m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:58:23.434 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (8m) 84s ago 8m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:58:23.746 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:58:23.747 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:58:23.747 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:58:23.747 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:23.747 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:58:23.747 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:58:23.748 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:23.748 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:58:23.748 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:58:23.748 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:23.748 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:58:23.749 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:58:23.749 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:23.749 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:58:23.749 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T03:58:23.749 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:58:23.750 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:58:23.750 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:58:24.014 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:58:24.015 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T03:58:24.015 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:58:24.015 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:58:24.016 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T03:58:24.016 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T03:58:24.016 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T03:58:24.016 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T03:58:24.016 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T03:58:24.017 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:58:24.017 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:58:54.306 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:58:54.837 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:58:54.837 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (2m) 115s ago 8m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T03:58:54.837 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (68m) 116s ago 68m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:58:54.837 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (68m) 115s ago 68m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:58:54.838 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (8m) 116s ago 67m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T03:58:54.838 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (53m) 116s ago 53m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:58:54.838 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (53m) 115s ago 53m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:58:54.838 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (119s) 116s ago 74m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T03:58:54.839 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (20m) 115s ago 67m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:58:54.839 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (74m) 116s ago 74m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:58:54.839 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (72m) 115s ago 72m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:58:54.839 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (8m) 116s ago 8m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:58:54.839 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (8m) 115s ago 8m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:58:54.840 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 116s ago 46m - - 2023-11-08T03:58:54.840 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 115s ago 44m - - 2023-11-08T03:58:54.840 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (68m) 116s ago 68m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:58:54.840 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (67m) 116s ago 67m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:58:54.840 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (67m) 116s ago 67m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:58:54.841 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (67m) 116s ago 67m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:58:54.841 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (65m) 115s ago 65m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:58:54.841 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (65m) 115s ago 65m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:58:54.841 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (65m) 115s ago 65m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:58:54.841 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (65m) 115s ago 65m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:58:54.842 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (8m) 115s ago 8m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:58:55.154 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:58:55.155 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:58:55.155 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:58:55.155 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:55.155 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:58:55.155 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:58:55.156 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:55.156 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:58:55.156 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:58:55.156 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:55.156 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:58:55.156 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:58:55.157 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:58:55.157 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:58:55.157 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T03:58:55.157 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:58:55.157 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:58:55.158 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:58:55.426 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:58:55.427 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T03:58:55.427 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:58:55.427 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:58:55.427 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T03:58:55.428 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T03:58:55.428 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T03:58:55.428 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T03:58:55.428 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T03:58:55.428 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:58:55.428 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:59:25.719 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:59:26.249 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:59:26.249 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (2m) 2m ago 9m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T03:59:26.249 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (68m) 2m ago 68m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:59:26.249 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (68m) 2m ago 68m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:59:26.250 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (8m) 2m ago 68m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T03:59:26.250 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (54m) 2m ago 54m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:59:26.250 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (54m) 2m ago 54m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:59:26.250 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (2m) 2m ago 74m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T03:59:26.250 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (21m) 2m ago 68m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:59:26.251 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (74m) 2m ago 74m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:59:26.251 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (73m) 2m ago 73m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:59:26.251 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (9m) 2m ago 9m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:59:26.251 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (8m) 2m ago 8m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:59:26.251 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 46m - - 2023-11-08T03:59:26.252 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 44m - - 2023-11-08T03:59:26.252 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (68m) 2m ago 68m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:59:26.252 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (68m) 2m ago 68m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:59:26.252 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (68m) 2m ago 68m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:59:26.252 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (67m) 2m ago 67m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:59:26.253 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (66m) 2m ago 66m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:59:26.253 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (65m) 2m ago 65m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:59:26.253 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (65m) 2m ago 65m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:59:26.253 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (65m) 2m ago 65m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:59:26.253 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (9m) 2m ago 9m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:59:26.568 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:59:26.568 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:59:26.569 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:59:26.569 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:26.569 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:59:26.569 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:59:26.569 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:26.569 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:59:26.570 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:59:26.570 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:26.570 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:59:26.570 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:59:26.570 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:26.570 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:59:26.571 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T03:59:26.571 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:59:26.571 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:59:26.571 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:59:26.835 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:59:26.836 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T03:59:26.836 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:59:26.836 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:59:26.836 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T03:59:26.837 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T03:59:26.837 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T03:59:26.837 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T03:59:26.837 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T03:59:26.837 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:59:26.838 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:59:57.133 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T03:59:57.669 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T03:59:57.670 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (3m) 2m ago 9m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T03:59:57.670 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (69m) 2m ago 69m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T03:59:57.670 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (69m) 2m ago 69m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T03:59:57.670 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (9m) 2m ago 68m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T03:59:57.670 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (54m) 2m ago 54m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T03:59:57.671 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (54m) 2m ago 54m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T03:59:57.671 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (3m) 2m ago 75m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T03:59:57.671 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (21m) 2m ago 68m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T03:59:57.671 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (75m) 2m ago 75m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T03:59:57.671 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (73m) 2m ago 73m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T03:59:57.671 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (9m) 2m ago 9m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T03:59:57.672 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (9m) 2m ago 9m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T03:59:57.672 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 47m - - 2023-11-08T03:59:57.672 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 45m - - 2023-11-08T03:59:57.672 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (69m) 2m ago 69m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T03:59:57.672 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (68m) 2m ago 68m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T03:59:57.672 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (68m) 2m ago 68m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T03:59:57.673 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (68m) 2m ago 68m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T03:59:57.673 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (66m) 2m ago 66m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T03:59:57.673 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (66m) 2m ago 66m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T03:59:57.673 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (66m) 2m ago 66m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T03:59:57.673 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (66m) 2m ago 66m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T03:59:57.674 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (9m) 2m ago 9m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T03:59:57.985 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:59:57.986 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T03:59:57.986 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:59:57.986 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:57.986 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T03:59:57.987 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:59:57.987 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:57.987 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T03:59:57.987 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T03:59:57.987 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:57.987 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T03:59:57.988 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T03:59:57.988 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T03:59:57.988 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T03:59:57.988 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T03:59:57.988 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T03:59:57.989 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T03:59:57.989 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T03:59:58.255 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T03:59:58.255 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T03:59:58.255 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T03:59:58.255 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T03:59:58.255 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T03:59:58.256 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T03:59:58.256 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T03:59:58.256 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T03:59:58.256 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T03:59:58.257 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T03:59:58.257 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:00:28.544 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:00:29.079 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:00:29.142 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (3m) 3m ago 10m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:00:29.142 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (69m) 3m ago 69m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:00:29.143 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (69m) 3m ago 69m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:00:29.143 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (9m) 3m ago 69m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:00:29.143 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (55m) 3m ago 55m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:00:29.143 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (55m) 3m ago 55m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:00:29.144 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (3m) 3m ago 75m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:00:29.144 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (22m) 3m ago 69m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:00:29.144 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (75m) 3m ago 75m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:00:29.145 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (74m) 3m ago 74m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:00:29.145 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (10m) 3m ago 10m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:00:29.145 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (10m) 3m ago 10m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:00:29.146 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 3m ago 47m - - 2023-11-08T04:00:29.146 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 3m ago 45m - - 2023-11-08T04:00:29.146 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (69m) 3m ago 69m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:00:29.147 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (69m) 3m ago 69m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:00:29.147 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (69m) 3m ago 69m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:00:29.148 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (68m) 3m ago 68m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:00:29.148 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (67m) 3m ago 67m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:00:29.148 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (67m) 3m ago 67m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:00:29.148 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (66m) 3m ago 66m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:00:29.149 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (66m) 3m ago 66m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:00:29.149 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (10m) 3m ago 10m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:00:29.399 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:00:29.400 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:00:29.400 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:00:29.400 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:00:29.400 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:00:29.400 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:00:29.401 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:00:29.401 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:00:29.401 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:00:29.401 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:00:29.401 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:00:29.401 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:00:29.402 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:00:29.402 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:00:29.402 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:00:29.402 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:00:29.403 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:00:29.403 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:00:29.668 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:00:29.668 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:00:29.669 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:00:29.669 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:00:29.669 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:00:29.669 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:00:29.669 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:00:29.670 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:00:29.670 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:00:29.670 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:00:29.670 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:00:59.959 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:01:00.495 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:01:00.496 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (4m) 4m ago 10m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:01:00.496 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (70m) 4m ago 70m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:01:00.496 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (70m) 4m ago 70m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:01:00.496 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (10m) 4m ago 69m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:01:00.496 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (55m) 4m ago 55m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:01:00.497 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (55m) 4m ago 55m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:01:00.497 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (4m) 4m ago 76m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:01:00.497 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (22m) 4m ago 69m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:01:00.497 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (76m) 4m ago 76m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:01:00.497 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (74m) 4m ago 74m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:01:00.498 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (10m) 4m ago 10m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:01:00.498 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (10m) 4m ago 10m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:01:00.498 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 48m - - 2023-11-08T04:01:00.498 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 46m - - 2023-11-08T04:01:00.498 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (70m) 4m ago 70m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:01:00.499 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (69m) 4m ago 69m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:01:00.499 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (69m) 4m ago 69m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:01:00.499 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (69m) 4m ago 69m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:01:00.499 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (67m) 4m ago 67m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:01:00.499 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (67m) 4m ago 67m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:01:00.499 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (67m) 4m ago 67m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:01:00.500 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (67m) 4m ago 67m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:01:00.500 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (10m) 4m ago 10m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:01:00.815 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:01:00.815 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:01:00.816 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:01:00.816 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:00.816 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:01:00.816 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:01:00.816 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:00.817 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:01:00.817 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:01:00.817 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:00.817 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:01:00.817 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:01:00.818 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:00.818 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:01:00.818 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:01:00.818 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:01:00.818 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:01:00.819 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:01:01.087 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:01:01.088 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:01:01.088 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:01:01.088 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:01:01.088 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:01:01.088 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:01:01.089 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:01:01.089 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:01:01.089 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:01:01.089 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:01:01.089 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:01:31.383 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:01:31.915 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:01:31.915 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (4m) 4m ago 11m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:01:31.916 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (70m) 4m ago 70m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:01:31.916 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (70m) 4m ago 70m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:01:31.916 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (10m) 4m ago 70m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:01:31.916 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (56m) 4m ago 56m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:01:31.917 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (56m) 4m ago 56m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:01:31.917 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (4m) 4m ago 76m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:01:31.917 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (23m) 4m ago 70m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:01:31.917 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (76m) 4m ago 76m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:01:31.917 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (75m) 4m ago 75m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:01:31.917 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (11m) 4m ago 11m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:01:31.918 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (11m) 4m ago 11m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:01:31.918 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 48m - - 2023-11-08T04:01:31.918 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 46m - - 2023-11-08T04:01:31.918 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (70m) 4m ago 70m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:01:31.918 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (70m) 4m ago 70m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:01:31.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (70m) 4m ago 70m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:01:31.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (69m) 4m ago 69m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:01:31.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (68m) 4m ago 68m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:01:31.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (68m) 4m ago 68m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:01:31.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (67m) 4m ago 67m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:01:31.920 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (67m) 4m ago 67m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:01:31.920 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (11m) 4m ago 11m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:01:32.236 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:01:32.236 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:01:32.236 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:01:32.236 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:32.237 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:01:32.237 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:01:32.237 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:32.237 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:01:32.237 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:01:32.238 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:32.238 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:01:32.238 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:01:32.238 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:01:32.238 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:01:32.239 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:01:32.239 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:01:32.239 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:01:32.239 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:01:32.505 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:01:32.506 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:01:32.506 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:01:32.506 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:01:32.506 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:01:32.507 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:01:32.507 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:01:32.507 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:01:32.507 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:01:32.507 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:01:32.508 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:02:04.098 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:02:04.674 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:02:04.674 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (5m) 5m ago 11m 17.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:02:04.674 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (71m) 5m ago 71m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:02:04.675 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (71m) 5m ago 71m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:02:04.675 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (11m) 5m ago 70m 32.0M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:02:04.675 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (56m) 5m ago 56m 24.9M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:02:04.676 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (56m) 5m ago 56m 37.6M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:02:04.676 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (5m) 5m ago 77m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:02:04.676 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (23m) 5m ago 70m 460M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:02:04.676 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (77m) 5m ago 77m 790M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:02:04.677 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (75m) 5m ago 75m 423M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:02:04.677 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (11m) 5m ago 11m 92.7M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:02:04.677 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (11m) 5m ago 11m 88.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:02:04.677 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 5m ago 49m - - 2023-11-08T04:02:04.677 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 5m ago 47m - - 2023-11-08T04:02:04.678 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (71m) 5m ago 71m 3362M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:02:04.678 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (70m) 5m ago 70m 3761M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:02:04.678 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (70m) 5m ago 70m 2594M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:02:04.678 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (70m) 5m ago 70m 3796M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:02:04.679 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (68m) 5m ago 68m 3143M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:02:04.679 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (68m) 5m ago 68m 3899M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:02:04.679 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (68m) 5m ago 68m 3459M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:02:04.679 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (68m) 5m ago 68m 5039M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:02:04.680 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (11m) 5m ago 11m 56.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:02:05.028 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:02:05.028 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:02:05.028 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:02:05.028 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:05.029 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:02:05.029 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:02:05.029 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:05.029 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:02:05.029 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:02:05.029 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:05.030 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:02:05.030 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:02:05.030 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:05.030 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:02:05.030 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:02:05.031 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:02:05.031 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:02:05.031 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:02:05.322 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:02:05.322 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:02:05.322 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:02:05.322 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:02:05.323 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:02:05.323 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:02:05.323 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:02:05.323 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:02:05.323 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:02:05.324 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:02:05.324 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:02:35.617 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:02:36.149 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:02:36.149 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (5m) 29s ago 12m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:02:36.149 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (71m) 29s ago 71m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:02:36.150 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (71m) 29s ago 71m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:02:36.150 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (11m) 29s ago 71m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:02:36.150 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (57m) 29s ago 57m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:02:36.150 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (57m) 29s ago 57m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:02:36.151 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (5m) 29s ago 77m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:02:36.151 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (24m) 29s ago 71m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:02:36.151 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (77m) 29s ago 77m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:02:36.151 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (76m) 29s ago 76m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:02:36.151 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (12m) 29s ago 12m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:02:36.152 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (12m) 29s ago 12m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:02:36.152 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 29s ago 49m - - 2023-11-08T04:02:36.152 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 29s ago 47m - - 2023-11-08T04:02:36.152 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (71m) 29s ago 71m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:02:36.152 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (71m) 29s ago 71m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:02:36.153 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (71m) 29s ago 71m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:02:36.153 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (70m) 29s ago 70m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:02:36.153 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (69m) 29s ago 69m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:02:36.153 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (69m) 29s ago 69m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:02:36.153 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (68m) 29s ago 68m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:02:36.154 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (68m) 29s ago 68m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:02:36.154 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (12m) 29s ago 12m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:02:36.469 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:02:36.469 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:02:36.469 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:02:36.470 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:36.470 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:02:36.470 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:02:36.470 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:36.471 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:02:36.471 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:02:36.471 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:36.472 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:02:36.472 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:02:36.472 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:02:36.472 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:02:36.473 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:02:36.473 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:02:36.473 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:02:36.473 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:02:36.738 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:02:36.738 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:02:36.738 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:02:36.739 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:02:36.739 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:02:36.739 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:02:36.739 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:02:36.739 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:02:36.740 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:02:36.740 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:02:36.740 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:03:07.029 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:03:07.560 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:03:07.560 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (6m) 60s ago 12m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:03:07.560 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (72m) 61s ago 72m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:03:07.561 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (72m) 60s ago 72m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:03:07.561 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (12m) 61s ago 72m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:03:07.561 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (57m) 61s ago 57m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:03:07.561 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (57m) 60s ago 57m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:03:07.561 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (6m) 61s ago 78m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:03:07.562 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (24m) 60s ago 71m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:03:07.562 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (78m) 61s ago 78m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:03:07.562 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (76m) 60s ago 76m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:03:07.562 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (12m) 61s ago 12m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:03:07.562 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (12m) 60s ago 12m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:03:07.563 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 61s ago 50m - - 2023-11-08T04:03:07.563 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 60s ago 48m - - 2023-11-08T04:03:07.563 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (72m) 61s ago 72m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:03:07.563 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (71m) 61s ago 71m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:03:07.563 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (71m) 61s ago 71m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:03:07.564 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (71m) 61s ago 71m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:03:07.564 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (69m) 60s ago 69m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:03:07.564 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (69m) 60s ago 69m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:03:07.564 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (69m) 60s ago 69m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:03:07.564 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (69m) 60s ago 69m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:03:07.565 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (12m) 60s ago 12m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:03:07.879 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:03:07.881 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:03:07.881 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:03:07.881 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:07.881 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:03:07.881 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:03:07.882 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:07.882 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:03:07.882 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:03:07.882 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:07.883 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:03:07.883 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:03:07.883 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:07.883 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:03:07.883 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:03:07.883 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:03:07.884 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:03:07.884 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:03:08.149 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:03:08.149 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:03:08.150 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:03:08.150 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:03:08.150 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:03:08.150 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:03:08.151 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:03:08.151 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:03:08.151 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:03:08.151 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:03:08.152 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:03:38.440 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:03:38.969 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:03:38.969 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (6m) 92s ago 13m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:03:38.970 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (72m) 92s ago 72m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:03:38.970 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (72m) 92s ago 72m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:03:38.970 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (12m) 92s ago 72m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:03:38.970 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (58m) 92s ago 58m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:03:38.971 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (58m) 92s ago 58m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:03:38.971 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (6m) 92s ago 78m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:03:38.971 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (25m) 92s ago 72m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:03:38.971 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (78m) 92s ago 78m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:03:38.971 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (77m) 92s ago 77m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:03:38.972 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (13m) 92s ago 13m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:03:38.972 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (13m) 92s ago 13m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:03:38.972 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 92s ago 50m - - 2023-11-08T04:03:38.972 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 92s ago 48m - - 2023-11-08T04:03:38.972 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (72m) 92s ago 72m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:03:38.973 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (72m) 92s ago 72m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:03:38.973 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (72m) 92s ago 72m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:03:38.973 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (72m) 92s ago 71m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:03:38.973 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (70m) 92s ago 70m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:03:38.973 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (70m) 92s ago 70m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:03:38.974 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (69m) 92s ago 69m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:03:38.974 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (69m) 92s ago 69m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:03:38.974 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (13m) 92s ago 13m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:03:39.294 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:03:39.294 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:03:39.294 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:03:39.295 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:39.295 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:03:39.295 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:03:39.295 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:39.295 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:03:39.296 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:03:39.296 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:39.296 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:03:39.296 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:03:39.296 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:03:39.297 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:03:39.297 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:03:39.297 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:03:39.297 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:03:39.297 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:03:39.564 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:03:39.564 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:03:39.564 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:03:39.564 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:03:39.564 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:03:39.565 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:03:39.565 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:03:39.565 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:03:39.565 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:03:39.565 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:03:39.566 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:04:09.856 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:04:10.394 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:04:10.394 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (7m) 2m ago 13m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:04:10.395 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (73m) 2m ago 73m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:04:10.395 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (73m) 2m ago 73m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:04:10.395 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (13m) 2m ago 73m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:04:10.395 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (59m) 2m ago 59m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:04:10.395 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (59m) 2m ago 59m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:04:10.396 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (7m) 2m ago 79m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:04:10.396 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (25m) 2m ago 73m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:04:10.396 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (79m) 2m ago 79m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:04:10.396 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (77m) 2m ago 77m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:04:10.396 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (13m) 2m ago 13m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:04:10.397 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (13m) 2m ago 13m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:04:10.397 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 51m - - 2023-11-08T04:04:10.397 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 49m - - 2023-11-08T04:04:10.397 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (73m) 2m ago 73m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:04:10.397 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (72m) 2m ago 72m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:04:10.398 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (72m) 2m ago 72m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:04:10.398 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (72m) 2m ago 72m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:04:10.398 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (70m) 2m ago 70m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:04:10.398 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (70m) 2m ago 70m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:04:10.398 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (70m) 2m ago 70m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:04:10.399 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (70m) 2m ago 70m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:04:10.399 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (13m) 2m ago 13m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:04:10.712 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:04:10.713 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:04:10.713 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:04:10.713 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:10.713 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:04:10.714 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:04:10.714 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:10.714 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:04:10.714 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:04:10.714 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:10.715 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:04:10.715 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:04:10.715 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:10.715 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:04:10.715 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:04:10.716 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:04:10.716 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:04:10.716 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:04:10.982 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:04:10.983 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:04:10.983 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:04:10.983 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:04:10.983 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:04:10.984 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:04:10.984 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:04:10.984 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:04:10.984 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:04:10.984 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:04:10.985 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:04:41.273 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:04:41.806 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:04:41.806 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (8m) 2m ago 14m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:04:41.807 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (73m) 2m ago 73m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:04:41.807 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (73m) 2m ago 73m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:04:41.807 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (14m) 2m ago 73m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:04:41.807 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (59m) 2m ago 59m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:04:41.807 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (59m) 2m ago 59m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:04:41.808 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (7m) 2m ago 79m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:04:41.808 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (26m) 2m ago 73m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:04:41.808 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (79m) 2m ago 79m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:04:41.808 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (78m) 2m ago 78m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:04:41.808 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (14m) 2m ago 14m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:04:41.809 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (14m) 2m ago 14m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:04:41.809 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 2m ago 52m - - 2023-11-08T04:04:41.809 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 50m - - 2023-11-08T04:04:41.809 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (73m) 2m ago 73m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:04:41.809 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (73m) 2m ago 73m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:04:41.809 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (73m) 2m ago 73m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:04:41.810 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (73m) 2m ago 73m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:04:41.810 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (71m) 2m ago 71m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:04:41.810 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (71m) 2m ago 71m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:04:41.810 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (71m) 2m ago 71m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:04:41.811 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (70m) 2m ago 70m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:04:41.811 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (14m) 2m ago 14m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:04:42.122 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:04:42.122 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:04:42.123 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:04:42.123 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:42.123 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:04:42.123 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:04:42.123 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:42.124 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:04:42.124 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:04:42.124 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:42.124 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:04:42.124 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:04:42.124 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:04:42.125 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:04:42.125 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:04:42.125 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:04:42.125 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:04:42.125 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:04:42.390 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:04:42.391 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:04:42.391 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:04:42.391 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:04:42.391 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:04:42.392 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:04:42.392 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:04:42.392 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:04:42.392 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:04:42.392 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:04:42.393 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:05:12.684 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:05:13.217 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:05:13.218 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (8m) 3m ago 14m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:05:13.218 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (74m) 3m ago 74m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:05:13.218 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (74m) 3m ago 74m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:05:13.218 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (14m) 3m ago 74m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:05:13.219 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (60m) 3m ago 60m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:05:13.219 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (60m) 3m ago 60m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:05:13.219 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (8m) 3m ago 80m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:05:13.219 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (27m) 3m ago 74m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:05:13.220 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (80m) 3m ago 80m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:05:13.220 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (79m) 3m ago 79m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:05:13.220 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (14m) 3m ago 14m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:05:13.220 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (14m) 3m ago 14m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:05:13.221 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 3m ago 52m - - 2023-11-08T04:05:13.221 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 3m ago 50m - - 2023-11-08T04:05:13.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (74m) 3m ago 74m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:05:13.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (73m) 3m ago 73m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:05:13.221 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (73m) 3m ago 73m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:05:13.222 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (73m) 3m ago 73m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:05:13.222 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (71m) 3m ago 71m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:05:13.222 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (71m) 3m ago 71m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:05:13.222 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (71m) 3m ago 71m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:05:13.223 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (71m) 3m ago 71m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:05:13.223 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (14m) 3m ago 14m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:05:13.535 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:05:13.536 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:05:13.536 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:05:13.536 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:13.536 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:05:13.537 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:05:13.537 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:13.537 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:05:13.537 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:05:13.538 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:13.538 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:05:13.538 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:05:13.538 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:13.539 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:05:13.539 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:05:13.539 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:05:13.539 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:05:13.539 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:05:13.805 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:05:13.805 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:05:13.806 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:05:13.806 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:05:13.806 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:05:13.806 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:05:13.807 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:05:13.807 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:05:13.807 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:05:13.807 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:05:13.808 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:05:44.097 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:05:44.633 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:05:44.633 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (9m) 3m ago 15m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:05:44.633 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (74m) 3m ago 74m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:05:44.634 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (75m) 3m ago 75m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:05:44.634 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (15m) 3m ago 74m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:05:44.634 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (60m) 3m ago 60m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:05:44.634 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (60m) 3m ago 60m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:05:44.634 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (8m) 3m ago 80m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:05:44.635 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (27m) 3m ago 74m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:05:44.637 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (80m) 3m ago 80m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:05:44.638 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (79m) 3m ago 79m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:05:44.638 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (15m) 3m ago 15m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:05:44.638 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (15m) 3m ago 15m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:05:44.638 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 3m ago 53m - - 2023-11-08T04:05:44.639 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 3m ago 51m - - 2023-11-08T04:05:44.639 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (74m) 3m ago 74m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:05:44.639 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (74m) 3m ago 74m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:05:44.639 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (74m) 3m ago 74m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:05:44.639 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (74m) 3m ago 74m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:05:44.640 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (72m) 3m ago 72m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:05:44.640 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (72m) 3m ago 72m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:05:44.640 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (72m) 3m ago 72m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:05:44.640 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (71m) 3m ago 71m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:05:44.640 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (15m) 3m ago 15m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:05:44.953 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:05:44.953 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:05:44.953 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:05:44.953 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:44.954 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:05:44.954 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:05:44.954 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:44.954 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:05:44.955 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:05:44.955 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:44.955 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:05:44.955 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:05:44.955 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:05:44.956 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:05:44.956 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:05:44.956 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:05:44.956 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:05:44.956 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:05:45.222 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:05:45.222 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:05:45.223 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:05:45.223 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:05:45.223 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:05:45.223 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:05:45.224 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:05:45.224 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:05:45.224 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:05:45.224 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:05:45.224 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:06:15.514 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:06:16.045 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:06:16.045 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (9m) 4m ago 16m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:06:16.045 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (75m) 4m ago 75m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:06:16.045 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (75m) 4m ago 75m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:06:16.046 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (15m) 4m ago 75m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:06:16.046 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (61m) 4m ago 61m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:06:16.046 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (61m) 4m ago 61m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:06:16.046 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (9m) 4m ago 81m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:06:16.046 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (28m) 4m ago 75m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:06:16.047 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (81m) 4m ago 81m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:06:16.047 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (80m) 4m ago 80m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:06:16.047 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (15m) 4m ago 15m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:06:16.047 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (15m) 4m ago 15m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:06:16.047 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 53m - - 2023-11-08T04:06:16.048 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 51m - - 2023-11-08T04:06:16.048 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (75m) 4m ago 75m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:06:16.048 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (75m) 4m ago 75m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:06:16.048 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (74m) 4m ago 74m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:06:16.048 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (74m) 4m ago 74m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:06:16.049 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (72m) 4m ago 72m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:06:16.049 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (72m) 4m ago 72m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:06:16.049 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (72m) 4m ago 72m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:06:16.049 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (72m) 4m ago 72m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:06:16.050 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (15m) 4m ago 15m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:06:16.366 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:06:16.366 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:06:16.367 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:06:16.367 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:16.367 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:06:16.367 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:06:16.367 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:16.368 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:06:16.368 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:06:16.368 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:16.368 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:06:16.368 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:06:16.368 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:16.369 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:06:16.369 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:06:16.369 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:06:16.369 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:06:16.369 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:06:16.635 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:06:16.635 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:06:16.635 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:06:16.635 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:06:16.636 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:06:16.636 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:06:16.636 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:06:16.636 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:06:16.636 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:06:16.637 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:06:16.637 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:06:46.928 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:06:47.469 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:06:47.469 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (10m) 4m ago 16m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:06:47.470 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (76m) 4m ago 76m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:06:47.470 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (76m) 4m ago 76m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:06:47.470 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (16m) 4m ago 75m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:06:47.470 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (61m) 4m ago 61m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:06:47.470 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (61m) 4m ago 61m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:06:47.471 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (9m) 4m ago 81m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:06:47.471 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 running (28m) 4m ago 75m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 c90486b1dfcd 2023-11-08T04:06:47.471 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (81m) 4m ago 81m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:06:47.471 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (80m) 4m ago 80m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:06:47.471 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (16m) 4m ago 16m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:06:47.471 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (16m) 4m ago 16m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:06:47.472 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 4m ago 54m - - 2023-11-08T04:06:47.472 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 52m - - 2023-11-08T04:06:47.472 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (75m) 4m ago 75m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:06:47.472 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (75m) 4m ago 75m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:06:47.472 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (75m) 4m ago 75m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:06:47.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (75m) 4m ago 75m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:06:47.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (73m) 4m ago 73m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:06:47.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (73m) 4m ago 73m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:06:47.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (73m) 4m ago 73m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:06:47.473 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (72m) 4m ago 72m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:06:47.473 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (16m) 4m ago 16m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:06:47.788 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:06:47.788 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:06:47.788 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:06:47.788 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:47.788 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:06:47.789 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:06:47.789 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:47.789 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:06:47.789 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:06:47.789 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:47.790 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:06:47.790 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:06:47.790 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:06:47.790 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:06:47.790 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:06:47.791 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:06:47.791 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:06:47.791 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:06:48.056 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:06:48.057 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:06:48.057 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:06:48.057 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:06:48.057 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:06:48.058 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:06:48.058 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:06:48.058 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:06:48.058 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "", 2023-11-08T04:06:48.059 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:06:48.059 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:07:18.349 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:07:18.910 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:07:18.910 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (10m) 5m ago 17m 25.8M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:07:18.910 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (76m) 5m ago 76m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:07:18.911 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (76m) 5m ago 76m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:07:18.911 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (16m) 5m ago 76m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:07:18.911 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (62m) 5m ago 62m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:07:18.911 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (62m) 5m ago 62m 37.7M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:07:18.911 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (10m) 5m ago 82m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:07:18.912 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 starting - - - - 2023-11-08T04:07:18.912 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (82m) 5m ago 82m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:07:18.912 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (81m) 5m ago 81m 412M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:07:18.912 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (16m) 5m ago 16m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:07:18.912 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (16m) 5m ago 16m 92.5M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:07:18.913 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 5m ago 54m - - 2023-11-08T04:07:18.913 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 5m ago 52m - - 2023-11-08T04:07:18.913 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (76m) 5m ago 76m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:07:18.913 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (76m) 5m ago 76m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:07:18.913 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (75m) 5m ago 75m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:07:18.914 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (75m) 5m ago 75m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:07:18.914 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (74m) 5m ago 74m 3159M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:07:18.914 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (73m) 5m ago 73m 3914M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:07:18.914 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (73m) 5m ago 73m 3471M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:07:18.914 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (73m) 5m ago 73m 5055M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:07:18.915 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (16m) 5m ago 16m 66.7M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:07:19.230 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:07:19.231 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:07:19.231 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:07:19.231 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:19.231 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:07:19.232 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:07:19.232 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:19.232 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:07:19.232 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:07:19.232 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:19.233 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:07:19.233 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:07:19.233 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:19.233 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:07:19.233 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:07:19.234 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:07:19.234 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:07:19.234 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:07:19.502 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:07:19.503 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:07:19.503 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:07:19.503 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:07:19.503 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [], 2023-11-08T04:07:19.503 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "", 2023-11-08T04:07:19.504 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:07:19.504 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:07:19.504 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:07:49.796 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:07:50.333 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:07:50.334 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (11m) 28s ago 17m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:07:50.334 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (77m) 5m ago 77m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:07:50.334 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (77m) 28s ago 77m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:07:50.334 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (17m) 5m ago 76m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:07:50.335 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (62m) 5m ago 62m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:07:50.335 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (62m) 28s ago 62m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:07:50.335 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (10m) 5m ago 82m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:07:50.335 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (32s) 28s ago 76m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:07:50.335 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (82m) 5m ago 83m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:07:50.336 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (81m) 28s ago 81m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:07:50.336 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (17m) 5m ago 17m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:07:50.336 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (17m) 28s ago 17m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:07:50.336 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 5m ago 55m - - 2023-11-08T04:07:50.336 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 28s ago 53m - - 2023-11-08T04:07:50.336 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (77m) 5m ago 77m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:07:50.337 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (76m) 5m ago 76m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:07:50.337 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (76m) 5m ago 76m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:07:50.337 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (76m) 5m ago 76m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:07:50.337 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (74m) 28s ago 74m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:07:50.337 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (74m) 28s ago 74m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:07:50.338 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (74m) 28s ago 74m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:07:50.338 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (73m) 28s ago 73m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:07:50.338 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (17m) 28s ago 17m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:07:50.654 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:07:50.654 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:07:50.654 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:07:50.655 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:50.655 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:07:50.655 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:07:50.655 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:50.655 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:07:50.656 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:07:50.656 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:50.656 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:07:50.656 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:07:50.656 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:07:50.657 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:07:50.657 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:07:50.657 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:07:50.657 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:07:50.657 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:07:50.925 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:07:50.925 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:07:50.926 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:07:50.926 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:07:50.926 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:07:50.926 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:07:50.927 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:07:50.927 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:07:50.927 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:07:50.927 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:07:50.927 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:08:21.220 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:08:21.758 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:08:21.759 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (11m) 60s ago 18m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:08:21.759 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (77m) 6m ago 77m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:08:21.759 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (77m) 60s ago 77m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:08:21.759 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (17m) 6m ago 77m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:08:21.759 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (63m) 6m ago 63m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:08:21.760 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (63m) 60s ago 63m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:08:21.760 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (11m) 6m ago 83m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:08:21.760 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (63s) 60s ago 77m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:08:21.760 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (83m) 6m ago 83m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:08:21.760 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (82m) 60s ago 82m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:08:21.761 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (17m) 6m ago 17m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:08:21.761 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (17m) 60s ago 17m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:08:21.761 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 6m ago 55m - - 2023-11-08T04:08:21.761 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 60s ago 53m - - 2023-11-08T04:08:21.761 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (77m) 6m ago 77m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:08:21.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (77m) 6m ago 77m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:08:21.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (76m) 6m ago 76m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:08:21.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (76m) 6m ago 76m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:08:21.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (75m) 60s ago 75m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:08:21.762 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (74m) 60s ago 74m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:08:21.763 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (74m) 60s ago 74m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:08:21.763 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (74m) 60s ago 74m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:08:21.763 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (18m) 60s ago 18m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:08:22.076 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:08:22.076 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:08:22.076 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:08:22.076 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:22.077 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:08:22.077 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:08:22.077 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:22.077 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:08:22.077 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:08:22.077 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:22.078 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:08:22.078 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:08:22.078 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:22.078 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:08:22.078 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:08:22.079 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:08:22.079 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:08:22.079 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:08:22.347 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:08:22.347 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:08:22.348 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:08:22.348 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:08:22.348 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:08:22.349 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:08:22.349 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:08:22.349 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:08:22.350 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:08:22.350 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:08:22.350 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:08:52.637 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:08:53.172 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:08:53.172 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (12m) 91s ago 18m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:08:53.172 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (78m) 6m ago 78m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:08:53.172 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (78m) 91s ago 78m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:08:53.173 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (18m) 6m ago 77m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:08:53.173 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (63m) 6m ago 63m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:08:53.173 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (63m) 91s ago 63m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:08:53.173 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (11m) 6m ago 84m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:08:53.173 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (95s) 91s ago 77m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:08:53.174 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (84m) 6m ago 84m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:08:53.174 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (82m) 91s ago 82m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:08:53.174 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (18m) 6m ago 18m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:08:53.174 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (18m) 91s ago 18m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:08:53.174 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 6m ago 56m - - 2023-11-08T04:08:53.175 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 91s ago 54m - - 2023-11-08T04:08:53.175 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (78m) 6m ago 78m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:08:53.175 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (77m) 6m ago 77m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:08:53.175 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (77m) 6m ago 77m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:08:53.175 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (77m) 6m ago 77m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:08:53.176 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (75m) 91s ago 75m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:08:53.176 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (75m) 91s ago 75m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:08:53.176 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (75m) 91s ago 75m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:08:53.176 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (75m) 91s ago 75m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:08:53.176 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (18m) 91s ago 18m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:08:53.494 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:08:53.494 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:08:53.495 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:08:53.495 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:53.495 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:08:53.495 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:08:53.495 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:53.496 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:08:53.496 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:08:53.496 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:53.496 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:08:53.496 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:08:53.497 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:08:53.497 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:08:53.497 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:08:53.497 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:08:53.497 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:08:53.498 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:08:53.764 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:08:53.764 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:08:53.764 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:08:53.765 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:08:53.765 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:08:53.765 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:08:53.765 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:08:53.765 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:08:53.766 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:08:53.766 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:08:53.766 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:09:24.057 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:09:24.591 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:09:24.592 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (12m) 2m ago 19m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:09:24.592 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (78m) 7m ago 78m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:09:24.592 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (78m) 2m ago 78m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:09:24.592 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (18m) 7m ago 78m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:09:24.592 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (64m) 7m ago 64m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:09:24.593 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (64m) 2m ago 64m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:09:24.593 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (12m) 7m ago 84m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:09:24.593 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (2m) 2m ago 78m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:09:24.593 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (84m) 7m ago 84m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:09:24.593 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (83m) 2m ago 83m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:09:24.594 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (19m) 7m ago 19m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:09:24.594 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (18m) 2m ago 18m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:09:24.594 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 7m ago 56m - - 2023-11-08T04:09:24.594 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 54m - - 2023-11-08T04:09:24.594 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (78m) 7m ago 78m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:09:24.595 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (78m) 7m ago 78m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:09:24.595 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (77m) 7m ago 77m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:09:24.595 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (77m) 7m ago 77m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:09:24.595 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (76m) 2m ago 76m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:09:24.595 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (75m) 2m ago 75m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:09:24.596 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (75m) 2m ago 75m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:09:24.596 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (75m) 2m ago 75m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:09:24.596 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (19m) 2m ago 19m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:09:24.912 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:09:24.913 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:09:24.913 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:09:24.913 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:24.913 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:09:24.914 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:09:24.914 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:24.914 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:09:24.914 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:09:24.914 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:24.915 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:09:24.915 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:09:24.915 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:24.915 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:09:24.915 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:09:24.916 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:09:24.916 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:09:24.916 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:09:25.182 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:09:25.183 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:09:25.183 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:09:25.183 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:09:25.183 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:09:25.184 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:09:25.184 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:09:25.184 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:09:25.184 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:09:25.184 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:09:25.185 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:09:55.480 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:09:56.011 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:09:56.011 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (13m) 2m ago 19m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:09:56.012 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (79m) 7m ago 79m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:09:56.012 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (79m) 2m ago 79m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:09:56.012 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (19m) 7m ago 78m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:09:56.012 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (64m) 7m ago 64m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:09:56.012 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (64m) 2m ago 64m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:09:56.013 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (13m) 7m ago 85m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:09:56.013 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (2m) 2m ago 78m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:09:56.013 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (85m) 7m ago 85m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:09:56.013 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (83m) 2m ago 83m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:09:56.013 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (19m) 7m ago 19m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:09:56.014 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (19m) 2m ago 19m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:09:56.014 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 7m ago 57m - - 2023-11-08T04:09:56.014 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 2m ago 55m - - 2023-11-08T04:09:56.014 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (79m) 7m ago 79m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:09:56.014 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (78m) 7m ago 78m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:09:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (78m) 7m ago 78m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:09:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (78m) 7m ago 78m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:09:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (76m) 2m ago 76m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:09:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (76m) 2m ago 76m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:09:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (76m) 2m ago 76m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:09:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (76m) 2m ago 76m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:09:56.016 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (19m) 2m ago 19m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:09:56.332 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:09:56.332 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:09:56.333 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:09:56.333 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:56.333 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:09:56.333 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:09:56.333 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:56.334 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:09:56.334 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:09:56.334 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:56.334 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:09:56.334 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:09:56.335 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:09:56.335 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:09:56.335 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:09:56.335 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:09:56.335 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:09:56.336 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:09:56.601 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:09:56.602 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:09:56.602 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:09:56.602 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:09:56.602 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:09:56.603 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:09:56.603 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:09:56.603 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:09:56.603 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:09:56.603 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:09:56.604 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:10:26.894 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:10:27.430 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:10:27.430 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (13m) 3m ago 20m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:10:27.431 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (79m) 8m ago 79m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:10:27.431 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (79m) 3m ago 79m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:10:27.431 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (19m) 8m ago 79m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:10:27.431 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (65m) 8m ago 65m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:10:27.431 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (65m) 3m ago 65m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:10:27.432 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (13m) 8m ago 85m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:10:27.432 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (3m) 3m ago 79m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:10:27.432 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (85m) 8m ago 85m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:10:27.432 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (84m) 3m ago 84m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:10:27.432 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (20m) 8m ago 20m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:10:27.433 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (20m) 3m ago 20m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:10:27.433 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 8m ago 57m - - 2023-11-08T04:10:27.433 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 3m ago 55m - - 2023-11-08T04:10:27.433 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (79m) 8m ago 79m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:10:27.433 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (79m) 8m ago 79m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:10:27.434 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (79m) 8m ago 79m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:10:27.434 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (78m) 8m ago 78m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:10:27.434 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (77m) 3m ago 77m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:10:27.434 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (76m) 3m ago 76m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:10:27.434 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (76m) 3m ago 76m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:10:27.435 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (76m) 3m ago 76m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:10:27.435 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (20m) 3m ago 20m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:10:27.745 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:10:27.746 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:10:27.746 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:10:27.746 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:27.746 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:10:27.747 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:10:27.747 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:27.747 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:10:27.747 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:10:27.747 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:27.748 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:10:27.748 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:10:27.748 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:27.748 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:10:27.748 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:10:27.749 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:10:27.749 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:10:27.749 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:10:28.014 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:10:28.014 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:10:28.015 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:10:28.015 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:10:28.015 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:10:28.015 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:10:28.016 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:10:28.016 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:10:28.016 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:10:28.017 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:10:28.017 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:10:58.308 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:10:58.843 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:10:58.843 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (14m) 3m ago 20m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:10:58.843 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (80m) 8m ago 80m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:10:58.843 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (80m) 3m ago 80m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:10:58.844 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (20m) 8m ago 79m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:10:58.844 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (65m) 8m ago 65m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:10:58.844 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (65m) 3m ago 65m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:10:58.844 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (14m) 8m ago 86m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:10:58.844 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (3m) 3m ago 79m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:10:58.845 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (86m) 8m ago 86m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:10:58.845 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (84m) 3m ago 84m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:10:58.845 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (20m) 8m ago 20m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:10:58.845 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (20m) 3m ago 20m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:10:58.845 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 8m ago 58m - - 2023-11-08T04:10:58.846 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 3m ago 56m - - 2023-11-08T04:10:58.846 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (80m) 8m ago 80m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:10:58.846 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (79m) 8m ago 79m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:10:58.846 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (79m) 8m ago 79m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:10:58.847 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (79m) 8m ago 79m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:10:58.847 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (77m) 3m ago 77m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:10:58.847 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (77m) 3m ago 77m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:10:58.848 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (77m) 3m ago 77m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:10:58.848 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (77m) 3m ago 77m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:10:58.848 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (20m) 3m ago 20m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:10:59.165 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:10:59.165 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:10:59.165 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:10:59.166 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:59.166 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:10:59.167 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:10:59.167 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:59.167 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:10:59.168 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:10:59.168 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:59.168 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:10:59.169 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:10:59.169 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:10:59.169 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:10:59.170 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:10:59.170 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:10:59.171 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:10:59.171 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:10:59.439 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:10:59.439 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:10:59.439 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:10:59.439 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:10:59.439 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:10:59.440 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:10:59.440 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:10:59.440 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:10:59.440 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:10:59.440 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:10:59.441 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:11:29.730 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:11:30.265 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:11:30.265 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (14m) 4m ago 21m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:11:30.266 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (80m) 9m ago 80m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:11:30.266 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (80m) 4m ago 80m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:11:30.266 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (20m) 9m ago 80m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:11:30.266 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (66m) 9m ago 66m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:11:30.266 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (66m) 4m ago 66m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:11:30.267 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (14m) 9m ago 86m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:11:30.267 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (4m) 4m ago 80m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:11:30.267 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (86m) 9m ago 86m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:11:30.267 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (85m) 4m ago 85m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:11:30.267 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (21m) 9m ago 21m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:11:30.268 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (21m) 4m ago 21m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:11:30.268 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 9m ago 58m - - 2023-11-08T04:11:30.268 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 56m - - 2023-11-08T04:11:30.268 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (80m) 9m ago 80m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:11:30.268 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (80m) 9m ago 80m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:11:30.269 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (80m) 9m ago 80m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:11:30.269 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (79m) 9m ago 79m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:11:30.269 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (78m) 4m ago 78m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:11:30.269 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (78m) 4m ago 78m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:11:30.269 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (77m) 4m ago 77m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:11:30.270 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (77m) 4m ago 77m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:11:30.270 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (21m) 4m ago 21m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:11:30.587 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:11:30.587 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:11:30.587 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:11:30.587 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:11:30.588 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:11:30.588 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:11:30.588 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:11:30.588 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:11:30.588 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:11:30.589 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:11:30.589 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:11:30.589 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:11:30.589 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:11:30.589 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:11:30.590 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:11:30.590 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:11:30.590 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:11:30.590 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:11:30.855 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:11:30.855 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:11:30.856 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:11:30.856 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:11:30.856 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:11:30.856 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:11:30.856 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:11:30.857 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:11:30.857 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:11:30.857 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:11:30.857 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:12:01.144 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:12:01.687 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:12:01.687 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (15m) 4m ago 21m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:12:01.687 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (81m) 9m ago 81m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:12:01.687 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (81m) 4m ago 81m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:12:01.688 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (21m) 9m ago 80m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:12:01.688 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (66m) 9m ago 66m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:12:01.688 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (66m) 4m ago 66m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:12:01.688 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (15m) 9m ago 87m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:12:01.688 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (4m) 4m ago 80m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:12:01.689 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (87m) 9m ago 87m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:12:01.689 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (85m) 4m ago 85m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:12:01.689 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (21m) 9m ago 21m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:12:01.689 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (21m) 4m ago 21m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:12:01.689 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 9m ago 59m - - 2023-11-08T04:12:01.690 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 4m ago 57m - - 2023-11-08T04:12:01.690 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (81m) 9m ago 81m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:12:01.690 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (80m) 9m ago 80m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:12:01.690 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (80m) 9m ago 80m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:12:01.690 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (80m) 9m ago 80m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:12:01.691 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (78m) 4m ago 78m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:12:01.691 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (78m) 4m ago 78m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:12:01.691 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (78m) 4m ago 78m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:12:01.691 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (78m) 4m ago 78m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:12:01.691 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (21m) 4m ago 21m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:12:02.004 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:12:02.004 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:12:02.005 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:12:02.005 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:02.005 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:12:02.005 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:12:02.005 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:02.006 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:12:02.006 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:12:02.006 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:02.006 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:12:02.007 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:12:02.007 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:02.007 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:12:02.007 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:12:02.007 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:12:02.008 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:12:02.008 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:12:02.278 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:12:02.278 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:12:02.278 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:12:02.279 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:12:02.279 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:12:02.279 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:12:02.279 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:12:02.279 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:12:02.280 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:12:02.280 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:12:02.280 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:12:32.575 INFO:teuthology.orchestra.run.smithi092.stdout:true 2023-11-08T04:12:33.109 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:12:33.109 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (15m) 5m ago 22m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:12:33.109 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (81m) 10m ago 81m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:12:33.110 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (81m) 5m ago 81m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:12:33.110 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (21m) 10m ago 81m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:12:33.110 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (67m) 10m ago 67m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:12:33.110 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (67m) 5m ago 67m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:12:33.111 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (15m) 10m ago 87m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:12:33.111 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (5m) 5m ago 81m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:12:33.111 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (87m) 10m ago 87m 817M 2048M 15.2.13 2cf504fded39 12b67ac45bc8 2023-11-08T04:12:33.111 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (86m) 5m ago 86m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:12:33.111 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (22m) 10m ago 22m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:12:33.112 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (22m) 5m ago 22m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:12:33.112 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 10m ago 59m - - 2023-11-08T04:12:33.112 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 5m ago 57m - - 2023-11-08T04:12:33.112 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (81m) 10m ago 81m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:12:33.112 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (81m) 10m ago 81m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:12:33.113 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (81m) 10m ago 81m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:12:33.113 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (80m) 10m ago 80m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:12:33.113 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (79m) 5m ago 79m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:12:33.113 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (79m) 5m ago 79m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:12:33.113 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (78m) 5m ago 78m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:12:33.113 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (78m) 5m ago 78m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:12:33.114 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (22m) 5m ago 22m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:12:33.428 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:12:33.428 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:12:33.428 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:12:33.428 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:33.429 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:12:33.429 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:12:33.429 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:33.429 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:12:33.429 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:12:33.430 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:33.430 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:12:33.430 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:12:33.430 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:12:33.430 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:12:33.431 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-08T04:12:33.431 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:12:33.431 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:12:33.431 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:12:33.700 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:12:33.701 INFO:teuthology.orchestra.run.smithi092.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8", 2023-11-08T04:12:33.701 INFO:teuthology.orchestra.run.smithi092.stdout: "in_progress": true, 2023-11-08T04:12:33.701 INFO:teuthology.orchestra.run.smithi092.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T04:12:33.702 INFO:teuthology.orchestra.run.smithi092.stdout: "services_complete": [ 2023-11-08T04:12:33.702 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr" 2023-11-08T04:12:33.702 INFO:teuthology.orchestra.run.smithi092.stdout: ], 2023-11-08T04:12:33.702 INFO:teuthology.orchestra.run.smithi092.stdout: "progress": "2/23 daemons upgraded", 2023-11-08T04:12:33.702 INFO:teuthology.orchestra.run.smithi092.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T04:12:33.703 INFO:teuthology.orchestra.run.smithi092.stdout: "is_paused": false 2023-11-08T04:12:33.703 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:12:52.488 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:52 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:12:52.794 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:52 smithi092 bash[245054]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon.smithi092 2023-11-08T04:12:53.450 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 systemd[1]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092.service: Succeeded. 2023-11-08T04:12:53.451 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 systemd[1]: Stopped Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T04:12:53.451 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 systemd[1]: Starting Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:12:53.795 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.510+0000 7fc3f9b21880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T04:12:53.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.510+0000 7fc3f9b21880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 1 2023-11-08T04:12:53.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.510+0000 7fc3f9b21880 0 pidfile_write: ignore empty --pid-file 2023-11-08T04:12:53.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 bash[245252]: b3e2fda3d54ad78fc3b7550963de11dc3c8db1842db0027bb19c5dd818cbc6e1 2023-11-08T04:12:53.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.514+0000 7fc3f9b21880 0 load: jerasure load: lrc load: isa 2023-11-08T04:12:53.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T04:12:53.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T04:12:53.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T04:12:53.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: DB SUMMARY 2023-11-08T04:12:53.798 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.798 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T04:12:53.798 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.798 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T04:12:53.798 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.799 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 7718 Bytes 2023-11-08T04:12:53.799 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.799 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi092/store.db dir, Total Num: 1, files: 000168.sst 2023-11-08T04:12:53.799 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.799 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi092/store.db: 000166.log size: 10889652 ; 2023-11-08T04:12:53.800 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.800 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T04:12:53.800 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T04:12:53.800 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T04:12:53.800 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.env: 0x555589680080 2023-11-08T04:12:53.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.fs: Posix File System 2023-11-08T04:12:53.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.info_log: 0x55558a68e5c0 2023-11-08T04:12:53.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T04:12:53.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.statistics: (nil) 2023-11-08T04:12:53.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.use_fsync: 0 2023-11-08T04:12:53.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T04:12:53.802 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T04:12:53.802 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T04:12:53.802 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T04:12:53.802 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T04:12:53.802 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T04:12:53.803 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T04:12:53.803 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T04:12:53.803 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T04:12:53.803 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T04:12:53.803 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T04:12:53.804 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.db_log_dir: 2023-11-08T04:12:53.804 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi092/store.db 2023-11-08T04:12:53.804 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T04:12:53.804 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T04:12:53.804 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T04:12:53.805 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T04:12:53.805 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T04:12:53.805 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T04:12:53.805 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T04:12:53.805 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T04:12:53.806 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T04:12:53.806 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T04:12:53.806 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.write_buffer_manager: 0x55558b380420 2023-11-08T04:12:53.806 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T04:12:53.806 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T04:12:53.807 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T04:12:53.807 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T04:12:53.807 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T04:12:53.807 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T04:12:53.807 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T04:12:53.807 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T04:12:53.808 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T04:12:53.808 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.unordered_write: 0 2023-11-08T04:12:53.810 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T04:12:53.810 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T04:12:53.810 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T04:12:53.811 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T04:12:53.811 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.row_cache: None 2023-11-08T04:12:53.811 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.wal_filter: None 2023-11-08T04:12:53.811 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T04:12:53.811 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T04:12:53.812 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T04:12:53.812 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T04:12:53.812 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T04:12:53.812 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T04:12:53.812 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T04:12:53.813 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T04:12:53.813 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T04:12:53.813 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T04:12:53.813 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T04:12:53.813 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T04:12:53.813 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T04:12:53.814 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T04:12:53.814 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T04:12:53.814 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T04:12:53.814 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T04:12:53.814 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T04:12:53.815 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T04:12:53.815 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T04:12:53.815 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T04:12:53.815 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_open_files: -1 2023-11-08T04:12:53.815 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T04:12:53.816 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T04:12:53.816 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T04:12:53.816 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T04:12:53.816 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Compression algorithms supported: 2023-11-08T04:12:53.816 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T04:12:53.816 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kZSTD supported: 0 2023-11-08T04:12:53.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T04:12:53.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T04:12:53.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T04:12:53.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T04:12:53.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T04:12:53.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T04:12:53.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T04:12:53.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000008 2023-11-08T04:12:53.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T04:12:53.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T04:12:53.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.merge_operator: 2023-11-08T04:12:53.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_filter: None 2023-11-08T04:12:53.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T04:12:53.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T04:12:53.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T04:12:53.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55558a633d30) 2023-11-08T04:12:53.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cache_index_and_filter_blocks: 1 2023-11-08T04:12:53.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T04:12:53.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T04:12:53.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: pin_top_level_index_and_filter: 1 2023-11-08T04:12:53.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: index_type: 0 2023-11-08T04:12:53.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: data_block_index_type: 0 2023-11-08T04:12:53.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: index_shortening: 1 2023-11-08T04:12:53.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T04:12:53.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: hash_index_allow_collision: 1 2023-11-08T04:12:53.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: checksum: 1 2023-11-08T04:12:53.823 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: no_block_cache: 0 2023-11-08T04:12:53.823 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_cache: 0x55558a668f10 2023-11-08T04:12:53.823 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_cache_name: BinnedLRUCache 2023-11-08T04:12:53.823 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_cache_options: 2023-11-08T04:12:53.823 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: capacity : 536870912 2023-11-08T04:12:53.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: num_shard_bits : 4 2023-11-08T04:12:53.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: strict_capacity_limit : 0 2023-11-08T04:12:53.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: high_pri_pool_ratio: 0.000 2023-11-08T04:12:53.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_cache_compressed: (nil) 2023-11-08T04:12:53.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: persistent_cache: (nil) 2023-11-08T04:12:53.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_size: 4096 2023-11-08T04:12:53.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_size_deviation: 10 2023-11-08T04:12:53.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_restart_interval: 16 2023-11-08T04:12:53.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: index_block_restart_interval: 1 2023-11-08T04:12:53.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: metadata_block_size: 4096 2023-11-08T04:12:53.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: partition_filters: 0 2023-11-08T04:12:53.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: use_delta_encoding: 1 2023-11-08T04:12:53.826 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T04:12:53.826 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: whole_key_filtering: 1 2023-11-08T04:12:53.826 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: verify_compression: 0 2023-11-08T04:12:53.826 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: read_amp_bytes_per_bit: 0 2023-11-08T04:12:53.826 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: format_version: 2 2023-11-08T04:12:53.827 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: enable_index_compression: 1 2023-11-08T04:12:53.827 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: block_align: 0 2023-11-08T04:12:53.827 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.827 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T04:12:53.827 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T04:12:53.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compression: NoCompression 2023-11-08T04:12:53.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T04:12:53.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T04:12:53.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T04:12:53.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.num_levels: 7 2023-11-08T04:12:53.829 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T04:12:53.829 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T04:12:53.829 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T04:12:53.829 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T04:12:53.829 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T04:12:53.829 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T04:12:53.830 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T04:12:53.830 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T04:12:53.830 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T04:12:53.830 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T04:12:53.830 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T04:12:53.831 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T04:12:53.831 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T04:12:53.831 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T04:12:53.831 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T04:12:53.831 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T04:12:53.832 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T04:12:53.832 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T04:12:53.832 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T04:12:53.832 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T04:12:53.832 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T04:12:53.833 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T04:12:53.833 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T04:12:53.833 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T04:12:53.833 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T04:12:53.833 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T04:12:53.834 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T04:12:53.834 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T04:12:53.834 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T04:12:53.834 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T04:12:53.834 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T04:12:53.835 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T04:12:53.835 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T04:12:53.835 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T04:12:53.835 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T04:12:53.835 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T04:12:53.835 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T04:12:53.836 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T04:12:53.836 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T04:12:53.836 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T04:12:53.836 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T04:12:53.836 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T04:12:53.837 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T04:12:53.837 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T04:12:53.837 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T04:12:53.837 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T04:12:53.837 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T04:12:53.838 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T04:12:53.838 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T04:12:53.838 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T04:12:53.838 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T04:12:53.838 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T04:12:53.839 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T04:12:53.839 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T04:12:53.839 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T04:12:53.839 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T04:12:53.839 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T04:12:53.840 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T04:12:53.840 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T04:12:53.840 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.ttl: 2592000 2023-11-08T04:12:53.840 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.515+0000 7fc3f9b21880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T04:12:53.840 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.516+0000 7fc3f9b21880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 170, last_sequence is 71436, log_number is 166,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T04:12:53.841 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.841 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.516+0000 7fc3f9b21880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 166 2023-11-08T04:12:53.841 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.841 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.516+0000 7fc3f9b21880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699416773516832, "job": 1, "event": "recovery_started", "log_files": [166]} 2023-11-08T04:12:53.841 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.516+0000 7fc3f9b21880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #166 mode 2 2023-11-08T04:12:53.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 systemd[1]: Started Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T04:12:53.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.525+0000 7fc3f9b21880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-08T04:12:53.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.540+0000 7fc3f9b21880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699416773541173, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 170, "file_size": 10858637, "table_properties": {"data_size": 10847217, "index_size": 9508, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1093, "raw_key_size": 8400, "raw_average_key_size": 20, "raw_value_size": 10834438, "raw_average_value_size": 26107, "num_data_blocks": 291, "num_entries": 415, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699416773, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T04:12:53.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.541+0000 7fc3f9b21880 4 rocksdb: [version_set.cc:3826] Creating manifest 171 2023-11-08T04:12:53.843 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.843 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.541+0000 7fc3f9b21880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699416773541618, "job": 1, "event": "recovery_finished"} 2023-11-08T04:12:53.843 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.542+0000 7fc3f9b21880 4 rocksdb: DB pointer 0x55558a731800 2023-11-08T04:12:53.843 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.543+0000 7fc3e0927700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T04:12:53.843 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.543+0000 7fc3e0927700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T04:12:53.844 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ** DB Stats ** 2023-11-08T04:12:53.844 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T04:12:53.844 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T04:12:53.844 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T04:12:53.844 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T04:12:53.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T04:12:53.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T04:12:53.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T04:12:53.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ** Compaction Stats [default] ** 2023-11-08T04:12:53.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 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-11-08T04:12:53.846 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T04:12:53.846 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: L0 1/0 10.36 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.6 0.02 0.00 1 0.016 0 0 2023-11-08T04:12:53.846 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: L6 1/0 48.66 MB 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-11-08T04:12:53.846 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Sum 2/0 59.01 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.6 0.02 0.00 1 0.016 0 0 2023-11-08T04:12:53.846 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.6 0.02 0.00 1 0.016 0 0 2023-11-08T04:12:53.847 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.847 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ** Compaction Stats [default] ** 2023-11-08T04:12:53.847 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 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-11-08T04:12:53.847 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T04:12:53.848 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 657.6 0.02 0.00 1 0.016 0 0 2023-11-08T04:12:53.848 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T04:12:53.848 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Flush(GB): cumulative 0.010, interval 0.010 2023-11-08T04:12:53.848 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T04:12:53.848 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T04:12:53.849 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T04:12:53.849 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T04:12:53.849 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Cumulative compaction: 0.01 GB write, 378.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T04:12:53.849 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Interval compaction: 0.01 GB write, 378.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T04:12:53.849 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 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-11-08T04:12:53.850 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.850 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T04:12:53.850 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.850 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ** Compaction Stats [default] ** 2023-11-08T04:12:53.850 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 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-11-08T04:12:53.851 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T04:12:53.851 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: L0 1/0 10.36 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.6 0.02 0.00 1 0.016 0 0 2023-11-08T04:12:53.851 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: L6 1/0 48.66 MB 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-11-08T04:12:53.851 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Sum 2/0 59.01 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.6 0.02 0.00 1 0.016 0 0 2023-11-08T04:12:53.851 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 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-11-08T04:12:53.852 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.852 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ** Compaction Stats [default] ** 2023-11-08T04:12:53.852 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 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-11-08T04:12:53.852 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T04:12:53.852 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 657.6 0.02 0.00 1 0.016 0 0 2023-11-08T04:12:53.852 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T04:12:53.853 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Flush(GB): cumulative 0.010, interval 0.000 2023-11-08T04:12:53.853 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T04:12:53.853 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T04:12:53.853 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T04:12:53.853 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T04:12:53.853 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Cumulative compaction: 0.01 GB write, 378.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T04:12:53.854 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T04:12:53.854 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 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-11-08T04:12:53.854 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.854 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T04:12:53.854 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.855 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.543+0000 7fc3f9b21880 0 starting mon.smithi092 rank 0 at public addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] at bind addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi092 fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T04:12:53.855 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.544+0000 7fc3f9b21880 1 mon.smithi092@-1(???) e2 preinit fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T04:12:53.855 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.544+0000 7fc3f9b21880 0 mon.smithi092@-1(???).mds e8 new map 2023-11-08T04:12:53.855 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.544+0000 7fc3f9b21880 0 mon.smithi092@-1(???).mds e8 print_map 2023-11-08T04:12:53.855 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: e8 2023-11-08T04:12:53.856 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: enable_multiple, ever_enabled_multiple: 0,0 2023-11-08T04:12:53.856 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-08T04:12:53.856 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: legacy client fscid: 1 2023-11-08T04:12:53.856 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.856 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Filesystem 'foofs' (1) 2023-11-08T04:12:53.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: fs_name foofs 2023-11-08T04:12:53.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: epoch 5 2023-11-08T04:12:53.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: flags 12 2023-11-08T04:12:53.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: created 2023-11-08T02:54:45.224616+0000 2023-11-08T04:12:53.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: modified 2023-11-08T03:05:09.874238+0000 2023-11-08T04:12:53.858 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: tableserver 0 2023-11-08T04:12:53.858 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: root 0 2023-11-08T04:12:53.858 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: session_timeout 60 2023-11-08T04:12:53.858 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: session_autoclose 300 2023-11-08T04:12:53.858 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: max_file_size 1099511627776 2023-11-08T04:12:53.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: required_client_features {} 2023-11-08T04:12:53.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: last_failure 0 2023-11-08T04:12:53.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: last_failure_osd_epoch 0 2023-11-08T04:12:53.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-08T04:12:53.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: max_mds 1 2023-11-08T04:12:53.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: in 0 2023-11-08T04:12:53.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: up {0=24805} 2023-11-08T04:12:53.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: failed 2023-11-08T04:12:53.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: damaged 2023-11-08T04:12:53.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: stopped 2023-11-08T04:12:53.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: data_pools [3] 2023-11-08T04:12:53.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: metadata_pool 2 2023-11-08T04:12:53.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: inline_data disabled 2023-11-08T04:12:53.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: balancer 2023-11-08T04:12:53.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: standby_count_wanted 1 2023-11-08T04:12:53.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: [mds.foofs.smithi152.bywfzt{0:24805} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.152:6832/1325972529,v1:172.21.15.152:6833/1325972529] compat {c=[1],r=[1],i=[7ff]}] 2023-11-08T04:12:53.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Standby daemons: 2023-11-08T04:12:53.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: [mds.foofs.smithi092.czbrbs{-1:15412} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.92:6834/4136092466,v1:172.21.15.92:6835/4136092466] compat {c=[1],r=[1],i=[7ff]}] 2023-11-08T04:12:53.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.545+0000 7fc3f9b21880 0 mon.smithi092@-1(???).osd e64 crush map has features 3314933000852226048, adjusting msgr requires 2023-11-08T04:12:53.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.545+0000 7fc3f9b21880 0 mon.smithi092@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2023-11-08T04:12:53.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.545+0000 7fc3f9b21880 0 mon.smithi092@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2023-11-08T04:12:53.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.545+0000 7fc3f9b21880 0 mon.smithi092@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2023-11-08T04:12:53.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:49.980746+0000 mgr.smithi092.egylko (mgr.20520) 426 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:12:53.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cephadm 2023-11-08T04:12:50.353751+0000 mgr.smithi092.egylko (mgr.20520) 427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter-smithi152 2023-11-08T04:12:53.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: /bin/podman: stderr Error: no such container ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter-smithi152 2023-11-08T04:12:53.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter.smithi152 2023-11-08T04:12:53.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: /bin/podman: stderr Error: no such container ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter.smithi152 2023-11-08T04:12:53.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Reconfig daemon node-exporter.smithi152 ... 2023-11-08T04:12:53.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Non-zero exit code 1 from systemctl restart ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152 2023-11-08T04:12:53.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: systemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because the control process exited with error code. 2023-11-08T04:12:53.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: systemctl: stderr See "systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service" and "journalctl -xe" for details. 2023-11-08T04:12:53.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Traceback (most recent call last): 2023-11-08T04:12:53.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-11-08T04:12:53.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: main() 2023-11-08T04:12:53.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-11-08T04:12:53.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: r = ctx.func(ctx) 2023-11-08T04:12:53.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-11-08T04:12:53.867 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: return func(ctx) 2023-11-08T04:12:53.867 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-11-08T04:12:53.867 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ports=daemon_ports) 2023-11-08T04:12:53.867 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-11-08T04:12:53.867 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-11-08T04:12:53.867 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-11-08T04:12:53.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-11-08T04:12:53.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: RuntimeError: Failed command: systemctl restart ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152: Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because the control process exited with error code. 2023-11-08T04:12:53.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: See "systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service" and "journalctl -xe" for details. 2023-11-08T04:12:53.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Traceback (most recent call last): 2023-11-08T04:12:53.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T04:12:53.869 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: yield (conn, connr) 2023-11-08T04:12:53.869 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T04:12:53.869 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: code, '\n'.join(err))) 2023-11-08T04:12:53.869 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter-smithi152 2023-11-08T04:12:53.869 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: /bin/podman: stderr Error: no such container ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter-smithi152 2023-11-08T04:12:53.870 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter.smithi152 2023-11-08T04:12:53.870 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: /bin/podman: stderr Error: no such container ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-node-exporter.smithi152 2023-11-08T04:12:53.870 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Reconfig daemon node-exporter.smithi152 ... 2023-11-08T04:12:53.870 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Non-zero exit code 1 from systemctl restart ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152 2023-11-08T04:12:53.870 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: systemctl: stderr Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because the control process exited with error code. 2023-11-08T04:12:53.871 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: systemctl: stderr See "systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service" and "journalctl -xe" for details. 2023-11-08T04:12:53.871 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: Traceback (most recent call last): 2023-11-08T04:12:53.871 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-11-08T04:12:53.871 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: main() 2023-11-08T04:12:53.871 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-11-08T04:12:53.872 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: r = ctx.func(ctx) 2023-11-08T04:12:53.872 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-11-08T04:12:53.872 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: return func(ctx) 2023-11-08T04:12:53.872 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-11-08T04:12:53.872 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: ports=daemon_ports) 2023-11-08T04:12:53.873 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-11-08T04:12:53.873 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-11-08T04:12:53.873 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: File "/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-11-08T04:12:53.873 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-11-08T04:12:53.873 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: RuntimeError: Failed command: systemctl restart ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152: Job for ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service failed because the control process exited with error code. 2023-11-08T04:12:53.874 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: See "systemctl status ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@node-exporter.smithi152.service" and "journalctl -xe" for details. 2023-11-08T04:12:53.874 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: 2023-11-08T04:12:53.874 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cephadm 2023-11-08T04:12:50.359660+0000 mgr.smithi092.egylko (mgr.20520) 428 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-11-08T04:12:53.874 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:51.274623+0000 mon.smithi092 (mon.0) 1467 : audit [INF] from='mgr.20520 172.21.15.92:0/448867818' entity='mgr.smithi092.egylko' 2023-11-08T04:12:53.874 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:51.275224+0000 mon.smithi092 (mon.0) 1468 : audit [INF] from='mgr.20520 172.21.15.92:0/448867818' entity='mgr.smithi092.egylko' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T04:12:53.875 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:51.275760+0000 mon.smithi092 (mon.0) 1469 : audit [DBG] from='mgr.20520 172.21.15.92:0/448867818' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T04:12:53.875 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:51.276271+0000 mon.smithi092 (mon.0) 1470 : audit [DBG] from='mgr.20520 172.21.15.92:0/448867818' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T04:12:53.875 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:51.277113+0000 mon.smithi092 (mon.0) 1471 : audit [DBG] from='mgr.20520 172.21.15.92:0/448867818' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon.smithi092","key": "container_image"}]: dispatch 2023-11-08T04:12:53.875 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:12:53.545+0000 7fc3f9b21880 1 mon.smithi092@-1(???).paxosservice(auth 1..63) refresh upgraded, format 0 -> 3 2023-11-08T04:12:54.294 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:52.245937+0000 mon.smithi152 (mon.1) 450 : audit [DBG] from='mgr.20520 172.21.15.92:0/448867818' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-08T04:12:54.295 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:52.246170+0000 mon.smithi152 (mon.1) 451 : audit [DBG] from='mgr.20520 172.21.15.92:0/448867818' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-08T04:12:54.295 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.753404+0000 mon.smithi092 (mon.0) 1 : cluster [INF] mon.smithi092 calling monitor election 2023-11-08T04:12:54.295 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.766818+0000 mon.smithi092 (mon.0) 2 : cluster [INF] mon.smithi092 is new leader, mons smithi092,smithi152 in quorum (ranks 0,1) 2023-11-08T04:12:54.296 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.770452+0000 mon.smithi092 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0],smithi152=[v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0]} removed_ranks: {} 2023-11-08T04:12:54.296 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.770955+0000 mon.smithi092 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.bywfzt=up:active} 1 up:standby 2023-11-08T04:12:54.296 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.770989+0000 mon.smithi092 (mon.0) 5 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-11-08T04:12:54.296 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.771813+0000 mon.smithi092 (mon.0) 6 : cluster [DBG] mgrmap e39: smithi092.egylko(active, since 10m), standbys: smithi152.oopqnf 2023-11-08T04:12:54.296 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.777623+0000 mon.smithi092 (mon.0) 7 : cluster [DBG] mgrmap e40: smithi092.egylko(active, since 10m), standbys: smithi152.oopqnf 2023-11-08T04:12:54.297 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.778186+0000 mon.smithi092 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2023-11-08T04:12:54.297 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.778200+0000 mon.smithi092 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2023-11-08T04:12:54.297 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.778219+0000 mon.smithi092 (mon.0) 10 : cluster [WRN] daemon node-exporter.smithi092 on smithi092 is in error state 2023-11-08T04:12:54.297 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:53.778228+0000 mon.smithi092 (mon.0) 11 : cluster [WRN] daemon node-exporter.smithi152 on smithi152 is in error state 2023-11-08T04:12:54.298 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:53.787612+0000 mon.smithi092 (mon.0) 12 : audit [INF] from='mgr.20520 ' entity='' 2023-11-08T04:12:56.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:55 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:54.781365+0000 mon.smithi092 (mon.0) 13 : cluster [DBG] mgrmap e41: smithi092.egylko(active, since 10m), standbys: smithi152.oopqnf 2023-11-08T04:13:00.035 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:59.136929+0000 mon.smithi092 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi152.oopqnf restarted 2023-11-08T04:13:00.036 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:59.136997+0000 mon.smithi092 (mon.0) 15 : cluster [DBG] Standby manager daemon smithi152.oopqnf started 2023-11-08T04:13:00.036 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:59.138329+0000 mon.smithi152 (mon.1) 452 : audit [DBG] from='mgr.? 172.21.15.152:0/515555688' entity='mgr.smithi152.oopqnf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi152.oopqnf/crt"}]: dispatch 2023-11-08T04:13:00.036 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:59.138774+0000 mon.smithi152 (mon.1) 453 : audit [DBG] from='mgr.? 172.21.15.152:0/515555688' entity='mgr.smithi152.oopqnf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T04:13:00.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:59.140702+0000 mon.smithi152 (mon.1) 454 : audit [DBG] from='mgr.? 172.21.15.152:0/515555688' entity='mgr.smithi152.oopqnf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi152.oopqnf/key"}]: dispatch 2023-11-08T04:13:00.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:12:59.141614+0000 mon.smithi152 (mon.1) 455 : audit [DBG] from='mgr.? 172.21.15.152:0/515555688' entity='mgr.smithi152.oopqnf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T04:13:00.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:59.144931+0000 mon.smithi092 (mon.0) 16 : cluster [INF] Active manager daemon smithi092.egylko restarted 2023-11-08T04:13:00.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:59.145187+0000 mon.smithi092 (mon.0) 17 : cluster [INF] Activating manager daemon smithi092.egylko 2023-11-08T04:13:00.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:59.149520+0000 mon.smithi092 (mon.0) 18 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-11-08T04:13:00.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:12:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:12:59.150104+0000 mon.smithi092 (mon.0) 19 : cluster [DBG] mgrmap e42: smithi092.egylko(active, starting, since 0.00499697s), standbys: smithi152.oopqnf 2023-11-08T04:13:05.257 INFO:teuthology.orchestra.run.smithi092.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-11-08T04:13:05.258 INFO:teuthology.orchestra.run.smithi092.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-11-08T04:13:05.456 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.151254+0000 mon.smithi092 (mon.0) 20 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-08T04:13:05.456 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.151425+0000 mon.smithi092 (mon.0) 21 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-08T04:13:05.457 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.152102+0000 mon.smithi092 (mon.0) 22 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.czbrbs"}]: dispatch 2023-11-08T04:13:05.457 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.152479+0000 mon.smithi092 (mon.0) 23 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi152.bywfzt"}]: dispatch 2023-11-08T04:13:05.457 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.152873+0000 mon.smithi092 (mon.0) 24 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mgr metadata", "who": "smithi092.egylko", "id": "smithi092.egylko"}]: dispatch 2023-11-08T04:13:05.457 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.153181+0000 mon.smithi092 (mon.0) 25 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mgr metadata", "who": "smithi152.oopqnf", "id": "smithi152.oopqnf"}]: dispatch 2023-11-08T04:13:05.458 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.153494+0000 mon.smithi092 (mon.0) 26 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T04:13:05.458 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.153859+0000 mon.smithi092 (mon.0) 27 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T04:13:05.458 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.154080+0000 mon.smithi092 (mon.0) 28 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T04:13:05.458 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.154308+0000 mon.smithi092 (mon.0) 29 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T04:13:05.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.154506+0000 mon.smithi092 (mon.0) 30 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T04:13:05.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.154736+0000 mon.smithi092 (mon.0) 31 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T04:13:05.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.154990+0000 mon.smithi092 (mon.0) 32 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T04:13:05.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.155239+0000 mon.smithi092 (mon.0) 33 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T04:13:05.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.155551+0000 mon.smithi092 (mon.0) 34 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T04:13:05.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.155894+0000 mon.smithi092 (mon.0) 35 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T04:13:05.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.156398+0000 mon.smithi092 (mon.0) 36 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T04:13:05.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.157150+0000 mon.smithi092 (mon.0) 37 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-11-08T04:13:05.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.158175+0000 mon.smithi092 (mon.0) 38 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2023-11-08T04:13:05.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.158549+0000 mon.smithi092 (mon.0) 39 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-11-08T04:13:05.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.158894+0000 mon.smithi092 (mon.0) 40 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-11-08T04:13:05.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.159257+0000 mon.smithi092 (mon.0) 41 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-11-08T04:13:05.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.159593+0000 mon.smithi092 (mon.0) 42 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi092"}]: dispatch 2023-11-08T04:13:05.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.159969+0000 mon.smithi092 (mon.0) 43 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi152"}]: dispatch 2023-11-08T04:13:05.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.160347+0000 mon.smithi092 (mon.0) 44 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-11-08T04:13:05.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.160705+0000 mon.smithi092 (mon.0) 45 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2023-11-08T04:13:05.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.161040+0000 mon.smithi092 (mon.0) 46 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-11-08T04:13:05.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.161385+0000 mon.smithi092 (mon.0) 47 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi092/grafana_crt"}]: dispatch 2023-11-08T04:13:05.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.161730+0000 mon.smithi092 (mon.0) 48 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi092/grafana_key"}]: dispatch 2023-11-08T04:13:05.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.162073+0000 mon.smithi092 (mon.0) 49 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-11-08T04:13:05.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.162406+0000 mon.smithi092 (mon.0) 50 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2023-11-08T04:13:05.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.162728+0000 mon.smithi092 (mon.0) 51 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-11-08T04:13:05.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.163049+0000 mon.smithi092 (mon.0) 52 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2023-11-08T04:13:05.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.163384+0000 mon.smithi092 (mon.0) 53 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-11-08T04:13:05.464 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.163706+0000 mon.smithi092 (mon.0) 54 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2023-11-08T04:13:05.464 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.164023+0000 mon.smithi092 (mon.0) 55 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2023-11-08T04:13:05.464 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.164345+0000 mon.smithi092 (mon.0) 56 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-11-08T04:13:05.464 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.164689+0000 mon.smithi092 (mon.0) 57 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-11-08T04:13:05.465 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.165007+0000 mon.smithi092 (mon.0) 58 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-11-08T04:13:05.465 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.165376+0000 mon.smithi092 (mon.0) 59 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-11-08T04:13:05.465 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.165697+0000 mon.smithi092 (mon.0) 60 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2023-11-08T04:13:05.465 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.166015+0000 mon.smithi092 (mon.0) 61 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-11-08T04:13:05.466 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.166342+0000 mon.smithi092 (mon.0) 62 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-11-08T04:13:05.466 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.166689+0000 mon.smithi092 (mon.0) 63 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T04:13:05.466 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.167003+0000 mon.smithi092 (mon.0) 64 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T04:13:05.466 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.167357+0000 mon.smithi092 (mon.0) 65 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-11-08T04:13:05.466 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.167674+0000 mon.smithi092 (mon.0) 66 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-11-08T04:13:05.467 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.168000+0000 mon.smithi092 (mon.0) 67 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-11-08T04:13:05.467 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.168330+0000 mon.smithi092 (mon.0) 68 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-11-08T04:13:05.467 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.168687+0000 mon.smithi092 (mon.0) 69 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-11-08T04:13:05.467 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:05.193838+0000 mon.smithi092 (mon.0) 70 : cluster [INF] Manager daemon smithi092.egylko is now available 2023-11-08T04:13:05.586 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph orch ps' 2023-11-08T04:13:06.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:05.250493+0000 mon.smithi092 (mon.0) 71 : cluster [DBG] mgrmap e43: smithi092.egylko(active, since 6s), standbys: smithi152.oopqnf 2023-11-08T04:13:06.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.250813+0000 mgr.smithi092.egylko (mgr.34102) 1 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T04:13:06.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:05.260231+0000 mgr.smithi092.egylko (mgr.34102) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:06.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.314573+0000 mon.smithi092 (mon.0) 72 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T04:13:06.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.315785+0000 mon.smithi092 (mon.0) 73 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T04:13:06.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.365756+0000 mon.smithi092 (mon.0) 74 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.egylko/mirror_snapshot_schedule"}]: dispatch 2023-11-08T04:13:06.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.374744+0000 mon.smithi092 (mon.0) 75 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.egylko/trash_purge_schedule"}]: dispatch 2023-11-08T04:13:06.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.856453+0000 mon.smithi092 (mon.0) 76 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' 2023-11-08T04:13:06.547 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.857545+0000 mon.smithi092 (mon.0) 77 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-11-08T04:13:06.547 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.912853+0000 mon.smithi092 (mon.0) 78 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' 2023-11-08T04:13:06.547 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:06 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:05.913639+0000 mon.smithi092 (mon.0) 79 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-11-08T04:13:06.915 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:13:06.916 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (16m) 5m ago 22m 25.9M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:13:06.916 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (82m) 11m ago 82m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:13:06.916 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (82m) 5m ago 82m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:13:06.917 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (22m) 11m ago 82m 38.2M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:13:06.917 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (67m) 11m ago 67m 25.0M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:13:06.917 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (67m) 5m ago 67m 38.1M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:13:06.917 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (16m) 11m ago 88m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:13:06.917 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (5m) 5m ago 81m 42.0M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:13:06.918 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 starting - - - 2048M 2023-11-08T04:13:06.918 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (86m) 5m ago 86m 464M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:13:06.918 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (22m) 11m ago 22m 93.1M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:13:06.918 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (22m) 5m ago 22m 92.8M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:13:06.918 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 11m ago 60m - - 2023-11-08T04:13:06.919 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 5m ago 58m - - 2023-11-08T04:13:06.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (82m) 11m ago 82m 3378M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:13:06.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (81m) 11m ago 81m 3778M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:13:06.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (81m) 11m ago 81m 2606M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:13:06.919 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (81m) 11m ago 81m 3813M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:13:06.920 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (79m) 5m ago 79m 3176M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:13:06.920 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (79m) 5m ago 79m 3931M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:13:06.920 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (79m) 5m ago 79m 3484M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:13:06.920 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (79m) 5m ago 79m 5071M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:13:06.920 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (22m) 5m ago 22m 75.6M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:13:07.296 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph versions' 2023-11-08T04:13:07.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:06.247205+0000 mon.smithi092 (mon.0) 80 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2023-11-08T04:13:07.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:06.247285+0000 mon.smithi092 (mon.0) 81 : cluster [INF] Cluster is now healthy 2023-11-08T04:13:07.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.903590+0000 mon.smithi092 (mon.0) 82 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon.smithi092","key": "mon_memory_target"}]: dispatch 2023-11-08T04:13:07.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.903984+0000 mon.smithi092 (mon.0) 83 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:07.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.904351+0000 mon.smithi092 (mon.0) 84 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:07.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.904682+0000 mon.smithi092 (mon.0) 85 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:07.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.904994+0000 mon.smithi092 (mon.0) 86 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:07.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.906736+0000 mon.smithi092 (mon.0) 87 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon.smithi152","key": "mon_memory_target"}]: dispatch 2023-11-08T04:13:07.547 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.907051+0000 mon.smithi092 (mon.0) 88 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:07.547 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.907363+0000 mon.smithi092 (mon.0) 89 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:07.547 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.907657+0000 mon.smithi092 (mon.0) 90 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:07.547 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.907942+0000 mon.smithi092 (mon.0) 91 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:08.544 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:08 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:06.901566+0000 mgr.smithi092.egylko (mgr.34102) 3 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T04:13:08.544 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:08 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:07.155234+0000 mgr.smithi092.egylko (mgr.34102) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:08.545 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:08 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:07.261442+0000 mon.smithi092 (mon.0) 92 : cluster [DBG] mgrmap e44: smithi092.egylko(active, since 8s), standbys: smithi152.oopqnf 2023-11-08T04:13:08.742 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:13:08.742 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:13:08.742 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T04:13:08.742 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T04:13:08.743 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:13:08.743 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:13:08.743 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:13:08.743 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:13:08.744 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:13:08.744 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:13:08.744 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:13:08.744 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:13:08.744 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:13:08.744 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:13:08.745 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:13:08.745 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2023-11-08T04:13:08.745 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 3 2023-11-08T04:13:08.745 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:13:08.745 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:13:09.111 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-08T04:13:09.728 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:08.740688+0000 mon.smithi092 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.92:0/1966371143' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T04:13:09.729 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:08.867741+0000 mon.smithi092 (mon.0) 94 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' 2023-11-08T04:13:09.729 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.149020+0000 mon.smithi092 (mon.0) 95 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:09.729 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.149446+0000 mon.smithi092 (mon.0) 96 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:09.729 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.149816+0000 mon.smithi092 (mon.0) 97 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:09.730 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.150173+0000 mon.smithi092 (mon.0) 98 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:09.730 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.150499+0000 mon.smithi092 (mon.0) 99 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:09.730 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.150807+0000 mon.smithi092 (mon.0) 100 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:09.730 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.151130+0000 mon.smithi092 (mon.0) 101 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.151434+0000 mon.smithi092 (mon.0) 102 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.151728+0000 mon.smithi092 (mon.0) 103 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mds.foofs.smithi152.bywfzt","key": "mds_cache_memory_limit"}]: dispatch 2023-11-08T04:13:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:09.152013+0000 mon.smithi092 (mon.0) 104 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:10.370 INFO:teuthology.orchestra.run.smithi092.stdout:wait for servicemap items w/ changing names to refresh 2023-11-08T04:13:10.617 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:09.155548+0000 mgr.smithi092.egylko (mgr.34102) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:10.618 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.031819+0000 mon.smithi092 (mon.0) 105 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' 2023-11-08T04:13:10.618 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.369376+0000 mon.smithi092 (mon.0) 106 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:10.619 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.369904+0000 mon.smithi092 (mon.0) 107 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:10.619 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.370156+0000 mon.smithi092 (mon.0) 108 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:10.619 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.370398+0000 mon.smithi092 (mon.0) 109 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:10.620 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.370629+0000 mon.smithi092 (mon.0) 110 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:10.620 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.370864+0000 mon.smithi092 (mon.0) 111 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:10.620 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.371088+0000 mon.smithi092 (mon.0) 112 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:10.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.371367+0000 mon.smithi092 (mon.0) 113 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-11-08T04:13:10.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.371634+0000 mon.smithi092 (mon.0) 114 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mds.foofs.smithi092.czbrbs","key": "mds_cache_memory_limit"}]: dispatch 2023-11-08T04:13:10.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.371881+0000 mon.smithi092 (mon.0) 115 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-11-08T04:13:10.622 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.372343+0000 mon.smithi092 (mon.0) 116 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T04:13:10.622 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.372903+0000 mon.smithi092 (mon.0) 117 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T04:13:10.623 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.378870+0000 mon.smithi092 (mon.0) 118 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' 2023-11-08T04:13:10.623 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.381568+0000 mon.smithi092 (mon.0) 119 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2023-11-08T04:13:10.623 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:10 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:13:10.387757+0000 mon.smithi092 (mon.0) 120 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' 2023-11-08T04:13:10.688 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'sleep 60' 2023-11-08T04:13:11.795 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:11 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cephadm 2023-11-08T04:13:10.373428+0000 mgr.smithi092.egylko (mgr.34102) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-11-08T04:13:11.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:11 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:10.374325+0000 mgr.smithi092.egylko (mgr.34102) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail; 600 B/s wr, 0 op/s 2023-11-08T04:13:11.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:11 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cephadm 2023-11-08T04:13:10.389879+0000 mgr.smithi092.egylko (mgr.34102) 8 : cephadm [INF] Reconfiguring node-exporter.smithi092 (unknown last config time)... 2023-11-08T04:13:11.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:11 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cephadm 2023-11-08T04:13:10.390007+0000 mgr.smithi092.egylko (mgr.34102) 9 : cephadm [INF] Reconfiguring daemon node-exporter.smithi092 on smithi092 2023-11-08T04:13:11.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:11 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:11.030237+0000 mon.smithi092 (mon.0) 121 : cluster [WRN] Health check failed: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-11-08T04:13:14.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:12.374696+0000 mgr.smithi092.egylko (mgr.34102) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail; 431 B/s wr, 0 op/s 2023-11-08T04:13:16.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:15 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:14.375168+0000 mgr.smithi092.egylko (mgr.34102) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail; 337 B/s wr, 0 op/s 2023-11-08T04:13:18.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:17 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:16.375938+0000 mgr.smithi092.egylko (mgr.34102) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail; 276 B/s wr, 0 op/s 2023-11-08T04:13:20.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:19 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:18.376403+0000 mgr.smithi092.egylko (mgr.34102) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail; 273 B/s wr, 0 op/s 2023-11-08T04:13:22.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:21 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:20.587129+0000 mgr.smithi092.egylko (mgr.34102) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail; 268 B/s wr, 0 op/s 2023-11-08T04:13:24.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:23 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:22.587577+0000 mgr.smithi092.egylko (mgr.34102) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:26.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:25 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:24.588019+0000 mgr.smithi092.egylko (mgr.34102) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:28.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:27 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:26.588823+0000 mgr.smithi092.egylko (mgr.34102) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:30.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:29 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:28.589369+0000 mgr.smithi092.egylko (mgr.34102) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:32.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:31 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:30.590274+0000 mgr.smithi092.egylko (mgr.34102) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:34.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:33 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:32.590784+0000 mgr.smithi092.egylko (mgr.34102) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:36.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:35 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:34.591282+0000 mgr.smithi092.egylko (mgr.34102) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:38.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:37 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:36.592062+0000 mgr.smithi092.egylko (mgr.34102) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:40.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:39 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:38.592478+0000 mgr.smithi092.egylko (mgr.34102) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:42.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:41 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:40.593115+0000 mgr.smithi092.egylko (mgr.34102) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:44.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:43 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:42.593700+0000 mgr.smithi092.egylko (mgr.34102) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:46.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:45 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:44.594336+0000 mgr.smithi092.egylko (mgr.34102) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:47 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:46.595034+0000 mgr.smithi092.egylko (mgr.34102) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:50.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:49 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:48.595628+0000 mgr.smithi092.egylko (mgr.34102) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:52.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:51 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:50.596347+0000 mgr.smithi092.egylko (mgr.34102) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:54.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:53 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:52.596767+0000 mgr.smithi092.egylko (mgr.34102) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:56.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:55 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:54.597244+0000 mgr.smithi092.egylko (mgr.34102) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:13:58.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:57 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:56.598033+0000 mgr.smithi092.egylko (mgr.34102) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:00.039 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:13:59 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:13:58.598453+0000 mgr.smithi092.egylko (mgr.34102) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:02.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:01 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:00.599329+0000 mgr.smithi092.egylko (mgr.34102) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:04.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:03 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:02.599732+0000 mgr.smithi092.egylko (mgr.34102) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:06.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:04.600359+0000 mgr.smithi092.egylko (mgr.34102) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:06.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:05.199534+0000 mon.smithi092 (mon.0) 122 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-11-08T04:14:06.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:05.199887+0000 mon.smithi092 (mon.0) 123 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-11-08T04:14:06.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:05.200173+0000 mon.smithi092 (mon.0) 124 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-11-08T04:14:06.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:05 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:05.200469+0000 mon.smithi092 (mon.0) 125 : audit [INF] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-11-08T04:14:08.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:07 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:06.601127+0000 mgr.smithi092.egylko (mgr.34102) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:10.040 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:09 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:08.601585+0000 mgr.smithi092.egylko (mgr.34102) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:11.921 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:11 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:10.602484+0000 mgr.smithi092.egylko (mgr.34102) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:11.985 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph orch ps' 2023-11-08T04:14:13.204 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T04:14:13.204 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi152 smithi152 *:9093,9094 running (17m) 64s ago 23m 26.0M - 0.23.0 ba2b418f427c 7929b9cb512c 2023-11-08T04:14:13.205 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (83m) 63s ago 83m 6870k - 15.2.13 2cf504fded39 d078d6927ddb 2023-11-08T04:14:13.205 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi152 smithi152 running (83m) 64s ago 83m 6865k - 15.2.13 2cf504fded39 213c27813cfe 2023-11-08T04:14:13.205 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 running (23m) 63s ago 83m 38.7M - 6.7.4 557c83e11646 282d6dd44067 2023-11-08T04:14:13.205 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi092.czbrbs smithi092 running (69m) 63s ago 69m 25.4M - 15.2.13 2cf504fded39 728a7f322cac 2023-11-08T04:14:13.205 INFO:teuthology.orchestra.run.smithi092.stdout:mds.foofs.smithi152.bywfzt smithi152 running (69m) 64s ago 69m 38.4M - 15.2.13 2cf504fded39 09a45e438178 2023-11-08T04:14:13.206 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.egylko smithi092 *:8443,9283 running (17m) 63s ago 89m 432M - 16.2.14-129-gcfb6fd52 450c989a0092 29cb3bc16fe6 2023-11-08T04:14:13.206 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi152.oopqnf smithi152 *:8443,9283 running (6m) 64s ago 83m 392M - 16.2.14-129-gcfb6fd52 450c989a0092 5aabd0cfe226 2023-11-08T04:14:13.206 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (79s) 63s ago 89m 48.6M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 b3e2fda3d54a 2023-11-08T04:14:13.206 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi152 smithi152 running (88m) 64s ago 88m 481M 2048M 15.2.13 2cf504fded39 e2ad514f44d8 2023-11-08T04:14:13.206 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.0.0.smithi092.ghbdtr smithi092 *:2049 running (23m) 63s ago 23m 93.9M - 3.3 2cf504fded39 aa054c69ed76 2023-11-08T04:14:13.207 INFO:teuthology.orchestra.run.smithi092.stdout:nfs.foo.1.0.smithi152.hljquz smithi152 *:2049 running (23m) 64s ago 23m 93.1M - 3.3 2cf504fded39 11cae6009153 2023-11-08T04:14:13.207 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 error 63s ago 61m - - 2023-11-08T04:14:13.207 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi152 smithi152 error 64s ago 59m - - 2023-11-08T04:14:13.207 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (83m) 63s ago 83m 3408M 4096M 15.2.13 2cf504fded39 2523c2e36de8 2023-11-08T04:14:13.207 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (82m) 63s ago 82m 3818M 4096M 15.2.13 2cf504fded39 97502685dd35 2023-11-08T04:14:13.208 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi092 running (82m) 63s ago 82m 2628M 4096M 15.2.13 2cf504fded39 7a8700f8612b 2023-11-08T04:14:13.208 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (82m) 63s ago 82m 3849M 4096M 15.2.13 2cf504fded39 25a7244c9354 2023-11-08T04:14:13.208 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi152 running (80m) 64s ago 80m 3195M 4096M 15.2.13 2cf504fded39 ea15e43d54d1 2023-11-08T04:14:13.208 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi152 running (80m) 64s ago 80m 3945M 4096M 15.2.13 2cf504fded39 f2a84e5a5885 2023-11-08T04:14:13.208 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi152 running (80m) 64s ago 80m 3500M 4096M 15.2.13 2cf504fded39 f6e01a5cecc6 2023-11-08T04:14:13.209 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi152 running (80m) 64s ago 80m 5091M 4096M 15.2.13 2cf504fded39 02031b7caa02 2023-11-08T04:14:13.209 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi152 smithi152 *:9095 running (23m) 64s ago 23m 76.2M - 2.33.4 514e6a882f6e 7d4ab0557600 2023-11-08T04:14:13.564 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph versions' 2023-11-08T04:14:13.795 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:12.602844+0000 mgr.smithi092.egylko (mgr.34102) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:13.795 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.192782+0000 mon.smithi092 (mon.0) 126 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon.smithi092","key": "mon_memory_target"}]: dispatch 2023-11-08T04:14:13.795 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.193172+0000 mon.smithi092 (mon.0) 127 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:13.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.193462+0000 mon.smithi092 (mon.0) 128 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:13.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.193699+0000 mon.smithi092 (mon.0) 129 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:13.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.193930+0000 mon.smithi092 (mon.0) 130 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:13.796 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.195687+0000 mon.smithi092 (mon.0) 131 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "mon.smithi152","key": "mon_memory_target"}]: dispatch 2023-11-08T04:14:13.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.196033+0000 mon.smithi092 (mon.0) 132 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:13.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.196328+0000 mon.smithi092 (mon.0) 133 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:13.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.196596+0000 mon.smithi092 (mon.0) 134 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:13.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:13 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.196850+0000 mon.smithi092 (mon.0) 135 : audit [DBG] from='mgr.34102 172.21.15.92:0/1956475743' entity='mgr.smithi092.egylko' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-11-08T04:14:14.849 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-11-08T04:14:14.849 INFO:teuthology.orchestra.run.smithi092.stdout: "mon": { 2023-11-08T04:14:14.849 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-08T04:14:14.850 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 1 2023-11-08T04:14:14.850 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:14:14.850 INFO:teuthology.orchestra.run.smithi092.stdout: "mgr": { 2023-11-08T04:14:14.850 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 2 2023-11-08T04:14:14.851 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:14:14.851 INFO:teuthology.orchestra.run.smithi092.stdout: "osd": { 2023-11-08T04:14:14.851 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-08T04:14:14.851 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:14:14.851 INFO:teuthology.orchestra.run.smithi092.stdout: "mds": { 2023-11-08T04:14:14.851 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-08T04:14:14.852 INFO:teuthology.orchestra.run.smithi092.stdout: }, 2023-11-08T04:14:14.853 INFO:teuthology.orchestra.run.smithi092.stdout: "overall": { 2023-11-08T04:14:14.853 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2023-11-08T04:14:14.854 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable)": 3 2023-11-08T04:14:14.854 INFO:teuthology.orchestra.run.smithi092.stdout: } 2023-11-08T04:14:14.854 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-11-08T04:14:14.999 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:14 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:13.190815+0000 mgr.smithi092.egylko (mgr.34102) 41 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T04:14:15.204 DEBUG:teuthology.orchestra.run.smithi092:> 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-08T04:14:15.795 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:15 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: cluster 2023-11-08T04:14:14.603220+0000 mgr.smithi092.egylko (mgr.34102) 42 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 167 MiB data, 506 MiB used, 707 GiB / 715 GiB avail 2023-11-08T04:14:15.795 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:15 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:14.846794+0000 mon.smithi092 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.92:0/3863150228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T04:14:16.441 INFO:teuthology.orchestra.run.smithi092.stdout:false 2023-11-08T04:14:16.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:16 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: audit 2023-11-08T04:14:16.428855+0000 mon.smithi092 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.92:0/769810741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T04:14:16.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T04:14:16.771 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi092 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-08T04:14:16.849 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fb05fe9198d84d57b0717b9c393f997d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi092 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-08T04:14:16.853 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T04:14:16.867 INFO:tasks.cephadm:Teardown begin 2023-11-08T04:14:16.868 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T04:14:16.903 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T04:14:16.942 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T04:14:16.943 DEBUG:teuthology.orchestra.run.smithi092:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T04:14:16.961 DEBUG:teuthology.orchestra.run.smithi152:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T04:14:17.002 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T04:14:17.003 INFO:tasks.cephadm.mon.smithi092:Stopping mon.smithi092... 2023-11-08T04:14:17.004 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092 2023-11-08T04:14:17.294 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:17 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:17.295 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:17 smithi092 bash[247619]: Error: no container with name or ID "ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon.smithi092" found: no such container 2023-11-08T04:14:17.295 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:17 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:14:17.236+0000 7fc3e9939700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-11-08T04:14:17.296 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:17 smithi092 ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092[245266]: debug 2023-11-08T04:14:17.236+0000 7fc3e9939700 -1 mon.smithi092@0(leader) e2 *** Got Signal Terminated *** 2023-11-08T04:14:17.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 08 04:14:17 smithi092 bash[247657]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon-smithi092 2023-11-08T04:14:17.773 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi092.service' 2023-11-08T04:14:17.823 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:17.823 INFO:tasks.cephadm.mon.smithi092:Stopped mon.smithi092 2023-11-08T04:14:17.824 INFO:tasks.cephadm.mon.smithi152:Stopping mon.smithi152... 2023-11-08T04:14:17.824 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi152 2023-11-08T04:14:18.129 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 08 04:14:17 smithi152 systemd[1]: Stopping Ceph mon.smithi152 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:18.395 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 08 04:14:18 smithi152 bash[157458]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-mon.smithi152 2023-11-08T04:14:18.395 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 08 04:14:18 smithi152 bash[157498]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/mon.smithi152/unit.stop: No such file or directory 2023-11-08T04:14:18.448 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@mon.smithi152.service' 2023-11-08T04:14:18.495 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:18.496 INFO:tasks.cephadm.mon.smithi152:Stopped mon.smithi152 2023-11-08T04:14:18.496 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-08T04:14:18.497 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.0 2023-11-08T04:14:18.795 INFO:journalctl@ceph.osd.0.smithi092.stdout:Nov 08 04:14:18 smithi092 systemd[1]: Stopping Ceph osd.0 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:19.230 INFO:journalctl@ceph.osd.0.smithi092.stdout:Nov 08 04:14:18 smithi092 bash[247788]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.0 2023-11-08T04:14:19.231 INFO:journalctl@ceph.osd.0.smithi092.stdout:Nov 08 04:14:18 smithi092 bash[247827]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.0/unit.stop: No such file or directory 2023-11-08T04:14:19.863 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.0.service' 2023-11-08T04:14:19.904 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:19.905 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-08T04:14:19.905 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-08T04:14:19.906 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.1 2023-11-08T04:14:20.172 INFO:journalctl@ceph.osd.1.smithi092.stdout:Nov 08 04:14:19 smithi092 systemd[1]: Stopping Ceph osd.1 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:20.545 INFO:journalctl@ceph.osd.1.smithi092.stdout:Nov 08 04:14:20 smithi092 bash[247971]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.1 2023-11-08T04:14:20.545 INFO:journalctl@ceph.osd.1.smithi092.stdout:Nov 08 04:14:20 smithi092 bash[248012]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.1/unit.stop: No such file or directory 2023-11-08T04:14:21.297 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.1.service' 2023-11-08T04:14:21.336 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:21.337 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-08T04:14:21.338 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-08T04:14:21.338 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.2 2023-11-08T04:14:21.544 INFO:journalctl@ceph.osd.2.smithi092.stdout:Nov 08 04:14:21 smithi092 systemd[1]: Stopping Ceph osd.2 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:22.019 INFO:journalctl@ceph.osd.2.smithi092.stdout:Nov 08 04:14:21 smithi092 bash[248152]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.2 2023-11-08T04:14:22.019 INFO:journalctl@ceph.osd.2.smithi092.stdout:Nov 08 04:14:21 smithi092 bash[248194]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.2/unit.stop: No such file or directory 2023-11-08T04:14:22.688 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.2.service' 2023-11-08T04:14:22.729 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:22.729 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-08T04:14:22.730 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-08T04:14:22.730 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.3 2023-11-08T04:14:22.981 INFO:journalctl@ceph.osd.3.smithi092.stdout:Nov 08 04:14:22 smithi092 systemd[1]: Stopping Ceph osd.3 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:23.294 INFO:journalctl@ceph.osd.3.smithi092.stdout:Nov 08 04:14:23 smithi092 bash[248335]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.3 2023-11-08T04:14:23.295 INFO:journalctl@ceph.osd.3.smithi092.stdout:Nov 08 04:14:23 smithi092 bash[248376]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.3/unit.stop: No such file or directory 2023-11-08T04:14:24.021 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.3.service' 2023-11-08T04:14:24.060 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:24.060 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-08T04:14:24.061 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-08T04:14:24.061 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.4 2023-11-08T04:14:24.394 INFO:journalctl@ceph.osd.4.smithi152.stdout:Nov 08 04:14:24 smithi152 systemd[1]: Stopping Ceph osd.4 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:24.725 INFO:journalctl@ceph.osd.4.smithi152.stdout:Nov 08 04:14:24 smithi152 bash[157551]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.4 2023-11-08T04:14:24.725 INFO:journalctl@ceph.osd.4.smithi152.stdout:Nov 08 04:14:24 smithi152 bash[157592]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.4/unit.stop: No such file or directory 2023-11-08T04:14:25.401 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.4.service' 2023-11-08T04:14:25.440 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:25.441 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-08T04:14:25.441 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-08T04:14:25.441 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.5 2023-11-08T04:14:25.701 INFO:journalctl@ceph.osd.5.smithi152.stdout:Nov 08 04:14:25 smithi152 systemd[1]: Stopping Ceph osd.5 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:26.129 INFO:journalctl@ceph.osd.5.smithi152.stdout:Nov 08 04:14:25 smithi152 bash[157733]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.5 2023-11-08T04:14:26.130 INFO:journalctl@ceph.osd.5.smithi152.stdout:Nov 08 04:14:25 smithi152 bash[157775]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.5/unit.stop: No such file or directory 2023-11-08T04:14:26.784 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.5.service' 2023-11-08T04:14:26.823 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:26.824 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-08T04:14:26.824 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-08T04:14:26.825 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.6 2023-11-08T04:14:27.088 INFO:journalctl@ceph.osd.6.smithi152.stdout:Nov 08 04:14:26 smithi152 systemd[1]: Stopping Ceph osd.6 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:27.394 INFO:journalctl@ceph.osd.6.smithi152.stdout:Nov 08 04:14:27 smithi152 bash[157915]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.6 2023-11-08T04:14:27.395 INFO:journalctl@ceph.osd.6.smithi152.stdout:Nov 08 04:14:27 smithi152 bash[157957]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.6/unit.stop: No such file or directory 2023-11-08T04:14:28.217 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.6.service' 2023-11-08T04:14:28.257 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:28.258 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-08T04:14:28.258 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-08T04:14:28.259 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.7 2023-11-08T04:14:28.518 INFO:journalctl@ceph.osd.7.smithi152.stdout:Nov 08 04:14:28 smithi152 systemd[1]: Stopping Ceph osd.7 for b8d63114-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T04:14:29.186 INFO:journalctl@ceph.osd.7.smithi152.stdout:Nov 08 04:14:28 smithi152 bash[158096]: ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7-osd.7 2023-11-08T04:14:29.186 INFO:journalctl@ceph.osd.7.smithi152.stdout:Nov 08 04:14:28 smithi152 bash[158139]: bash: /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/osd.7/unit.stop: No such file or directory 2023-11-08T04:14:29.867 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8d63114-7de0-11ee-8dbb-212e2dc638e7@osd.7.service' 2023-11-08T04:14:29.907 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T04:14:29.908 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-08T04:14:29.908 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T04:14:30.064 INFO:teuthology.orchestra.run.smithi092.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-11-08T04:14:30.064 INFO:teuthology.orchestra.run.smithi092.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-11-08T04:14:30.065 INFO:teuthology.orchestra.run.smithi092.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-11-08T04:14:30.065 INFO:teuthology.orchestra.run.smithi092.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-11-08T04:14:30.065 INFO:teuthology.orchestra.run.smithi092.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-11-08T04:14:30.065 INFO:teuthology.orchestra.run.smithi092.stderr: ... 2023-11-08T04:14:30.066 INFO:teuthology.orchestra.run.smithi092.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-11-08T04:14:30.074 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T04:14:30.075 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T04:14:30.212 INFO:teuthology.orchestra.run.smithi152.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-11-08T04:14:30.212 INFO:teuthology.orchestra.run.smithi152.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-11-08T04:14:30.213 INFO:teuthology.orchestra.run.smithi152.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-11-08T04:14:30.213 INFO:teuthology.orchestra.run.smithi152.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-11-08T04:14:30.213 INFO:teuthology.orchestra.run.smithi152.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-11-08T04:14:30.213 INFO:teuthology.orchestra.run.smithi152.stderr: ... 2023-11-08T04:14:30.214 INFO:teuthology.orchestra.run.smithi152.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-11-08T04:14:30.222 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T04:14:30.223 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T04:14:30.251 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T04:14:30.278 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T04:14:30.281 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245/remote/ubuntu@smithi092.front.sepia.ceph.com/crash 2023-11-08T04:14:30.282 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T04:14:30.335 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245/remote/ubuntu@smithi152.front.sepia.ceph.com/crash 2023-11-08T04:14:30.336 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/lib/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T04:14:30.386 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T04:14:30.387 DEBUG:teuthology.orchestra.run.smithi092:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T04:14:30.413 INFO:teuthology.orchestra.run.smithi092.stderr:grep: /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T04:14:30.415 INFO:tasks.cephadm:Compressing logs... 2023-11-08T04:14:30.415 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T04:14:30.457 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T04:14:30.481 INFO:teuthology.orchestra.run.smithi092.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T04:14:30.482 INFO:teuthology.orchestra.run.smithi092.stderr:: No such file or directory 2023-11-08T04:14:30.482 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T04:14:30.483 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T04:14:30.484 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi092.czbrbs.log 2023-11-08T04:14:30.484 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.3.log 2023-11-08T04:14:30.485 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T04:14:30.485 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi092.czbrbs.log: 62.3% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi092.czbrbs.log.gz 2023-11-08T04:14:30.485 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi092.log 2023-11-08T04:14:30.486 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi092.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi092.egylko.log 2023-11-08T04:14:30.488 INFO:teuthology.orchestra.run.smithi152.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-08T04:14:30.488 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T04:14:30.488 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.6.log 2023-11-08T04:14:30.489 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T04:14:30.489 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi152.bywfzt.log 2023-11-08T04:14:30.489 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi152.oopqnf.log 2023-11-08T04:14:30.490 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.7.log 2023-11-08T04:14:30.490 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi152.bywfzt.log: /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi152.oopqnf.log: 79.8% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi152.bywfzt.log.gz 2023-11-08T04:14:30.491 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi092.egylko.log: 91.3% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T04:14:30.491 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T04:14:30.492 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.7.log: 91.3% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T04:14:30.492 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.4.log 2023-11-08T04:14:30.492 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi152.log 2023-11-08T04:14:30.493 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: 93.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T04:14:30.495 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.5.log 2023-11-08T04:14:30.495 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi152.log: /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.5.log: 93.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T04:14:30.576 INFO:teuthology.orchestra.run.smithi152.stderr: 91.0% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi152.oopqnf.log.gz 2023-11-08T04:14:31.602 INFO:teuthology.orchestra.run.smithi092.stderr:gzip: /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi092.egylko.log: file size changed while zipping 2023-11-08T04:14:31.603 INFO:teuthology.orchestra.run.smithi092.stderr: 92.3% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi092.egylko.log.gz 2023-11-08T04:14:31.686 INFO:teuthology.orchestra.run.smithi152.stderr: 92.5% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi152.log.gz 2023-11-08T04:14:34.604 INFO:teuthology.orchestra.run.smithi092.stderr: 91.0% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi092.log.gz 2023-11-08T04:14:43.151 INFO:teuthology.orchestra.run.smithi092.stderr: 94.4% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T04:14:46.450 INFO:teuthology.orchestra.run.smithi152.stderr: 93.9% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.4.log.gz 2023-11-08T04:14:49.644 INFO:teuthology.orchestra.run.smithi152.stderr: 94.2% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.6.log.gz 2023-11-08T04:14:49.689 INFO:teuthology.orchestra.run.smithi092.stderr: 94.0% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T04:14:51.319 INFO:teuthology.orchestra.run.smithi092.stderr: 94.2% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T04:14:52.463 INFO:teuthology.orchestra.run.smithi152.stderr: 94.2% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.5.log.gz 2023-11-08T04:14:52.625 INFO:teuthology.orchestra.run.smithi092.stderr: 94.1% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.3.log.gz 2023-11-08T04:14:52.626 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-08T04:14:52.627 INFO:teuthology.orchestra.run.smithi092.stderr:real 0m22.155s 2023-11-08T04:14:52.627 INFO:teuthology.orchestra.run.smithi092.stderr:user 1m16.932s 2023-11-08T04:14:52.627 INFO:teuthology.orchestra.run.smithi092.stderr:sys 0m3.037s 2023-11-08T04:14:59.903 INFO:teuthology.orchestra.run.smithi152.stderr: 94.1% -- replaced with /var/log/ceph/b8d63114-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.7.log.gz 2023-11-08T04:14:59.905 INFO:teuthology.orchestra.run.smithi152.stderr: 2023-11-08T04:14:59.905 INFO:teuthology.orchestra.run.smithi152.stderr:real 0m29.430s 2023-11-08T04:14:59.905 INFO:teuthology.orchestra.run.smithi152.stderr:user 1m24.377s 2023-11-08T04:14:59.906 INFO:teuthology.orchestra.run.smithi152.stderr:sys 0m3.315s 2023-11-08T04:14:59.906 INFO:tasks.cephadm:Archiving logs... 2023-11-08T04:14:59.907 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245/remote/ubuntu@smithi092.front.sepia.ceph.com/log 2023-11-08T04:14:59.908 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T04:15:11.087 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245/remote/ubuntu@smithi152.front.sepia.ceph.com/log 2023-11-08T04:15:11.089 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T04:15:23.320 INFO:tasks.cephadm:Removing cluster... 2023-11-08T04:15:23.321 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 --force 2023-11-08T04:15:57.425 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8d63114-7de0-11ee-8dbb-212e2dc638e7 --force 2023-11-08T04:18:42.232 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T04:18:42.234 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T04:18:42.259 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T04:18:42.278 INFO:tasks.cephadm:Teardown complete 2023-11-08T04:18:42.279 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T04:18:42.289 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T04:18:42.290 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T04:18:42.302 DEBUG:teuthology.orchestra.run.smithi152:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T04:18:42.320 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-11-08T04:18:42.325 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T04:18:42.326 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-11-08T04:18:42.326 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 44 +1118us[+1118us] +/- 86ms 2023-11-08T04:18:42.327 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv02.front.sepia.ceph.com 3 8 377 240 -805us[ -805us] +/- 52ms 2023-11-08T04:18:42.327 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +175us[ +175us] +/- 81ms 2023-11-08T04:18:42.327 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T04:18:42.335 INFO:teuthology.orchestra.run.smithi152.stderr:bash: ntpq: command not found 2023-11-08T04:18:42.339 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T04:18:42.339 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2023-11-08T04:18:42.340 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 +1086us[+1086us] +/- 86ms 2023-11-08T04:18:42.340 INFO:teuthology.orchestra.run.smithi152.stdout:^* hv02.front.sepia.ceph.com 3 7 377 106 -782us[ -789us] +/- 54ms 2023-11-08T04:18:42.340 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +175us[ +175us] +/- 81ms 2023-11-08T04:18:42.341 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T04:18:42.342 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T04:18:42.351 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T04:18:42.352 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T04:18:42.375 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T04:18:42.482 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T04:18:42.573 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T04:18:42.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T04:18:42.608 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T04:18:42.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T04:18:42.641 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T04:18:42.654 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T04:18:42.764 INFO:teuthology.task.internal:Duration was 6126.949765 seconds 2023-11-08T04:18:42.765 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T04:18:42.780 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T04:18:42.781 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T04:18:42.783 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T04:18:42.830 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T04:18:42.831 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T04:18:43.307 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T04:18:43.308 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2023-11-08T04:18:43.308 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T04:18:43.332 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2023-11-08T04:18:43.333 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T04:18:43.357 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T04:18:43.358 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T04:18:43.375 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T04:18:43.443 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T04:18:43.443 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T04:18:43.446 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T04:18:43.559 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T04:18:43.570 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T04:18:43.571 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T04:18:43.598 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T04:18:43.626 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T04:18:43.640 DEBUG:teuthology.orchestra.run.smithi092:> 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-11-08T04:18:43.643 DEBUG:teuthology.orchestra.run.smithi152:> 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-11-08T04:18:43.668 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2023-11-08T04:18:43.693 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2023-11-08T04:18:43.712 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T04:18:43.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T04:18:43.751 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T04:18:43.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T04:18:43.770 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T04:18:43.780 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T04:18:43.781 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245/remote/smithi092 2023-11-08T04:18:43.783 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T04:18:43.833 DEBUG:teuthology.misc:Transferring archived files from smithi152:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245/remote/smithi152 2023-11-08T04:18:43.834 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T04:18:43.874 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T04:18:43.874 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T04:18:43.877 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T04:18:43.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T04:18:43.940 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T04:18:43.941 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T04:18:43.960 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T04:18:43.961 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T04:18:43.964 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T04:18:43.978 INFO:teuthology.orchestra.run.smithi092.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 04:18 /home/ubuntu/cephtest 2023-11-08T04:18:43.985 INFO:teuthology.orchestra.run.smithi152.stdout: 525371 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 04:18 /home/ubuntu/cephtest 2023-11-08T04:18:43.986 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T04:18:44.001 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T04:18:44.046 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T04:18:44.075 DEBUG:teuthology.nuke:shortname: smithi092 2023-11-08T04:18:44.075 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T04:18:44.100 DEBUG:teuthology.nuke:shortname: smithi152 2023-11-08T04:18:44.101 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T04:18:44.104 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245', '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-11-08 02:08:01.376581', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdgG4GneIbxGlNpBgdaUeKHCxetYIGr2nIMS8qITAs7aXEvkkl+YYs/IZpurmMbQoNMo/0zrA8pG6zy7xeNXH4='} 2023-11-08T04:18:44.129 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451245', '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-11-08 02:08:01.377721', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP+PUC7w5iNWRZ1N+CMdjtsKwGUscfPnMx8rrde7ERonyfvlHnVdrik129g2XoIixhkagV8yYlpuzfu+fgW2s+U='} 2023-11-08T04:18:44.185 INFO:teuthology.orchestra.console.smithi152:Power off 2023-11-08T04:18:44.186 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T04:18:44.202 INFO:teuthology.orchestra.console.smithi092:Power off 2023-11-08T04:18:44.202 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T04:18:44.212 DEBUG:teuthology.orchestra.console.smithi152:power off output: Chassis Power Control: Down/Off 2023-11-08T04:18:44.213 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T04:18:44.226 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2023-11-08T04:18:44.227 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T04:18:44.237 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-11-08T04:18:44.251 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-11-08T04:18:48.239 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T04:18:48.252 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T04:18:48.349 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-11-08T04:18:48.365 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-11-08T04:18:52.354 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T04:18:52.366 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T04:18:52.466 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is off 2023-11-08T04:18:52.477 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2023-11-08T04:18:52.568 INFO:teuthology.orchestra.console.smithi152:Power off completed 2023-11-08T04:18:52.578 INFO:teuthology.orchestra.console.smithi092:Power off completed 2023-11-08T04:18:52.683 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: 6126.949764728546 failure_reason: 'Command failed on smithi092 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 b8d63114-7de0-11ee-8dbb-212e2dc638e7 -e sha1=cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fb05fe9198d84d57b0717b9c393f997d status: fail success: false 2023-11-08T04:18:52.684 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T04:18:52.772 INFO:teuthology.run:FAIL